SocialFeedContent
SocialFeedContent
SocialFeedContent
SocialFeedContent
Class
Definition
Represents a social media message.
public : sealed class SocialFeedContent : ISocialFeedContentpublic sealed class SocialFeedContent : ISocialFeedContentPublic NotInheritable Class SocialFeedContent Implements ISocialFeedContent// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| 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)
|
Remarks
The SocialFeedSharedItem.Content, SocialFeedChildItem.PrimaryContent and SocialFeedChildItem.SecondaryContent properties provide access to instances of this class.
Properties
Message Message Message Message
Gets or sets the social media message.
public : PlatForm::String Message { get; set; }public string Message { get; set; }Public ReadWrite Property Message As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The social media message.
TargetUri TargetUri TargetUri TargetUri
Gets or sets the Uniform Resource Identifier (URI) to the target of the content.
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) of the content.