AttachmentCollection.GetByFileName メソッド
指定されたファイル名で表される添付ファイルを取得します。
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Function GetByFileName ( _
fileName As String _
) As Attachment
'使用
Dim instance As AttachmentCollection
Dim fileName As String
Dim returnValue As Attachment
returnValue = instance.GetByFileName(fileName)
public Attachment GetByFileName(
string fileName
)
パラメーター
fileName
型: System.Stringファイル名を取得する添付ファイルを表す。
戻り値
型: Microsoft.SharePoint.Client.Attachment
添付ファイル。