SocialFeedChildItem
SocialFeedChildItem
SocialFeedChildItem
SocialFeedChildItem
Class
Definition
Represents the child item of a SocialFeedItem.
public : sealed class SocialFeedChildItem : ISocialFeedChildItempublic sealed class SocialFeedChildItem : ISocialFeedChildItemPublic NotInheritable Class SocialFeedChildItem Implements ISocialFeedChildItem// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.ApplicationModel.SocialInfo.SocialInfoContract (introduced v1)
|
Constructors
SocialFeedChildItem() SocialFeedChildItem() SocialFeedChildItem() SocialFeedChildItem()
Initializes a new instance of the SocialFeedChildItem class.
public : SocialFeedChildItem()public SocialFeedChildItem()Public Sub New()// You can use this method in JavaScript.
Properties
Author Author Author Author
Gets the author of the child item.
public : SocialUserInfo Author { get; }public SocialUserInfo Author { get; }Public ReadOnly Property Author As SocialUserInfo// You can use this property in JavaScript.
The author of the child item.
PrimaryContent PrimaryContent PrimaryContent PrimaryContent
Gets the primary SocialFeedContent object associated with the child item.
public : SocialFeedContent PrimaryContent { get; }public SocialFeedContent PrimaryContent { get; }Public ReadOnly Property PrimaryContent As SocialFeedContent// You can use this property in JavaScript.
The primary SocialFeedContent object associated with the child item.
SecondaryContent SecondaryContent SecondaryContent SecondaryContent
Gets the secondary SocialFeedContent object associated with the child item.
public : SocialFeedContent SecondaryContent { get; }public SocialFeedContent SecondaryContent { get; }Public ReadOnly Property SecondaryContent As SocialFeedContent// You can use this property in JavaScript.
The secondary SocialFeedContent object associated with the child item.
SharedItem SharedItem SharedItem SharedItem
Gets a social media item that was shared with the user by another user of the service.
public : SocialFeedSharedItem SharedItem { get; set; }public SocialFeedSharedItem SharedItem { get; set; }Public ReadWrite Property SharedItem As SocialFeedSharedItem// You can use this property in JavaScript.
A social media item that was shared with the user.
TargetUri TargetUri TargetUri TargetUri
Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this child item.
public : Uri TargetUri { get; set; }public Uri TargetUri { get; set; }Public ReadWrite Property TargetUri As Uri// You can use this property in JavaScript.
- Value
- Uri Uri Uri Uri
The Uniform Resource Identifier (URI) associated with the child item.
Thumbnails Thumbnails Thumbnails Thumbnails
Gets a list of thumbnail images associated with the child item.
public : IVector<SocialItemThumbnail> Thumbnails { get; }public IList<SocialItemThumbnail> Thumbnails { get; }Public ReadOnly Property Thumbnails As IList<SocialItemThumbnail>// You can use this property in JavaScript.
- Value
- IVector<SocialItemThumbnail> IList<SocialItemThumbnail> IList<SocialItemThumbnail> IList<SocialItemThumbnail>
A list of thumbnail images associated with the child item.
Timestamp Timestamp Timestamp Timestamp
Gets or sets the timestamp for the child item.
public : DateTime Timestamp { get; set; }public DateTimeOffset Timestamp { get; set; }Public ReadWrite Property Timestamp As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The timestamp for the child item.