SocialPost 成员
包括受保护的成员
包括继承的成员
Represents a microblog post in a social feed.
SocialPost 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
SocialPost | Initializes a new instance of a SocialPost object. |
页首
属性
名称 | 说明 | |
---|---|---|
Attachment | Gets an image, video, or document attachment associated with the post. | |
Attributes | Gets the attributes that apply to the post. | |
AuthorIndex | Gets the index of the post's author within the parent thread's actors. | |
CreatedTime | Gets the creation time of the post. | |
Id | Gets the post's unique identifier. | |
LikerInfo | Gets an object that contains information about the likers of the post. | |
ModifiedTime | Gets the most recent modification time of the post. | |
Overlays | Gets an array of objects that associates placeholder substrings in the post text with URIs and other data. | |
PostType | Gets the post type. | |
PreferredImageUri | Gets the URI of the preferred image for the post. | |
Source | Gets the source of the post. | |
Text | Gets the display text of the post. | |
TypeId | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.TypeId。) |
页首
方法
名称 | 说明 | |
---|---|---|
CustomFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
CustomWriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
FromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
InitOnePropertyFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.InitOnePropertyFromJson(String, JsonReader)。) | |
ToString | (从 Object 继承。) | |
WriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.WriteToXml(XmlWriter, SerializationContext)。) |
页首