Partager via


SocialPostCreationData.ContentItems - Propriété

Obtient ou définit les éléments à remplacer les jetons positionnels dans le texte du contenu de la publication.

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 Property ContentItems As SocialDataItem()
    Get
    Set
'Utilisation
Dim instance As SocialPostCreationData
Dim value As SocialDataItem()

value = instance.ContentItems

instance.ContentItems = value
public SocialDataItem[] ContentItems { get; set; }

Valeur de propriété

Type : []

Remarques

Voir How to: Create and delete posts and retrieve the social feed by using the .NET client object model et How to: Include mentions, tags, and links to sites and documents in posts.

Voir aussi

Référence

SocialPostCreationData classe

SocialPostCreationData - Membres

Microsoft.SharePoint.Client.Social - Espace de noms