SocialFeedManager.GetPreviewImage メソッド
このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。
名前空間: 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 GetPreviewImage ( _
url As String, _
key As String, _
iv As String _
) As ClientResult(Of Stream)
'使用
Dim instance As SocialFeedManager
Dim url As String
Dim key As String
Dim iv As String
Dim returnValue As ClientResult(Of Stream)
returnValue = instance.GetPreviewImage(url, _
key, iv)
public ClientResult<Stream> GetPreviewImage(
string url,
string key,
string iv
)
パラメーター
- url
型: System.String
- key
型: System.String
- iv
型: System.String
戻り値
型: Microsoft.SharePoint.Client.ClientResult<Stream>