Partager via


SocialFeedManager.CreateImageAttachment - Méthode

Crée une image en pièce jointe d'un message de microblog.

Espace de noms :  Microsoft.SharePoint.Client.Social
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function CreateImageAttachment ( _
    name As String, _
    description As String, _
    imageData As Stream _
) As ClientResult(Of SocialAttachment)
'Utilisation
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
)

Paramètres

  • description
    Type : System.String

    Description facultative de l'image.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<SocialAttachment>
L'image en pièce jointe.

Voir aussi

Référence

SocialFeedManager classe

SocialFeedManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms