SocialFeedSharedItem
SocialFeedSharedItem
SocialFeedSharedItem
SocialFeedSharedItem
Class
Definition
Represents a social media item that was shared with the user by another user of the service.
public : sealed class SocialFeedSharedItem : ISocialFeedSharedItempublic sealed class SocialFeedSharedItem : ISocialFeedSharedItemPublic NotInheritable Class SocialFeedSharedItem Implements ISocialFeedSharedItem// 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
SocialFeedSharedItem() SocialFeedSharedItem() SocialFeedSharedItem() SocialFeedSharedItem()
Initializes a new instance of the SocialFeedSharedItem class.
public : SocialFeedSharedItem()public SocialFeedSharedItem()Public Sub New()// You can use this method in JavaScript.
Properties
Content Content Content Content
Gets the SocialFeedContent object associated with the shared item.
public : SocialFeedContent Content { get; }public SocialFeedContent Content { get; }Public ReadOnly Property Content As SocialFeedContent// You can use this property in JavaScript.
The SocialFeedContent object associated with the shared item.
OriginalSource OriginalSource OriginalSource OriginalSource
Gets or sets the original Uniform Resource Identifier (URI) of the shared item.
public : Uri OriginalSource { get; set; }public Uri OriginalSource { get; set; }Public ReadWrite Property OriginalSource As Uri// You can use this property in JavaScript.
- Value
- Uri Uri Uri Uri
The original Uniform Resource Identifier (URI) of the shared item.
TargetUri TargetUri TargetUri TargetUri
Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this shared 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 shared item.
Thumbnail Thumbnail Thumbnail Thumbnail
Gets or sets a thumbnail image associated with this shared item.
public : SocialItemThumbnail Thumbnail { get; set; }public SocialItemThumbnail Thumbnail { get; set; }Public ReadWrite Property Thumbnail As SocialItemThumbnail// You can use this property in JavaScript.
A thumbnail image associated with this shared item.
Timestamp Timestamp Timestamp Timestamp
Gets or sets the timestamp for this shared 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 this shared item.