Свойство SocialPostCreationData.ContentItems
Возвращает или задает элементы, которые необходимо заменить позиционные маркеры в запись содержимого текстом.
Пространство имен: 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 Property ContentItems As SocialDataItem()
Get
Set
'Применение
Dim instance As SocialPostCreationData
Dim value As SocialDataItem()
value = instance.ContentItems
instance.ContentItems = value
public SocialDataItem[] ContentItems { get; set; }
Значение свойства
Тип: []
Замечания
Просмотр How to: Create and delete posts and retrieve the social feed by using the .NET client object model и How to: Include mentions, tags, and links to sites and documents in posts.