次の方法で共有


SocialFeedManager.CreateImageAttachment メソッド

画像添付マイクロブログ投稿を作成します。

名前空間:  Microsoft.SharePoint.Client.Social
アセンブリ:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 内);  Microsoft.SharePoint.Client.UserProfiles.Phone (Microsoft.SharePoint.Client.UserProfiles.Phone.dll 内)  Microsoft.SharePoint.Client.UserProfiles (Microsoft.SharePoint.Client.UserProfiles.dll 内)

構文

'宣言
Public Function CreateImageAttachment ( _
    name As String, _
    description As String, _
    imageData As Stream _
) As ClientResult(Of SocialAttachment)
'使用
Dim instance As SocialFeedManager
Dim name As String
Dim description As String
Dim imageData As Stream
Dim returnValue As ClientResult(Of SocialAttachment)

returnValue = instance.CreateImageAttachment(name, _
    description, imageData)
public ClientResult<SocialAttachment> CreateImageAttachment(
    string name,
    string description,
    Stream imageData
)

パラメーター

  • description
    型: System.String

    画像のオプションの説明します。

  • imageData
    型: System.IO.Stream

    画像データを読み込むためのストリームします。

戻り値

型: Microsoft.SharePoint.Client.ClientResult<SocialAttachment>
画像添付ファイルです。

関連項目

参照先

SocialFeedManager クラス

SocialFeedManager メンバー

Microsoft.SharePoint.Client.Social 名前空間