次の方法で共有


Lists.BeginAddAttachment メソッド (Microsoft.SharePoint.Portal.WebControls)

このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public Function BeginAddAttachment ( _
    listName As String, _
    listItemID As String, _
    fileName As String, _
    attachment As Byte(), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'使用
Dim instance As Lists
Dim listName As String
Dim listItemID As String
Dim fileName As String
Dim attachment As Byte()
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginAddAttachment(listName, listItemID, fileName, attachment, callback, asyncState)
public IAsyncResult BeginAddAttachment (
    string listName,
    string listItemID,
    string fileName,
    byte[] attachment,
    AsyncCallback callback,
    Object asyncState
)

パラメータ

  • listName
  • listItemID
  • fileName
  • attachment
  • callback
  • asyncState

関連項目

参照

Lists クラス
Lists メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間