SocialDataItem 成员
Represents a link to a document, site, or website, a user mention, or a tag reference in a microblog post.
SocialDataItem 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
SocialDataItem | Initializes a new instance of a link to a document, site, or website, a user mention, or a tag reference in a microblog post. |
页首
属性
名称 | 说明 | |
---|---|---|
AccountName | Gets or sets the account name of the user to mention. | |
ItemType | Gets or sets the link type: a link to a document, site, or website, a user mention, or a tag reference. | |
TagGuid | Gets or sets the tag GUID. | |
Text | Gets or sets the plain text to insert into the post's content text at the specified position. | |
TypeId | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.TypeId。) | |
Uri | Gets or sets the URI for a document, site, or website. |
页首
方法
名称 | 说明 | |
---|---|---|
CustomFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
CustomWriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
FromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
InitOnePropertyFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.InitOnePropertyFromJson(String, JsonReader)。) | |
ToString | (从 Object 继承。) | |
WriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.WriteToXml(XmlWriter, SerializationContext)。) |
页首