SocialDataOverlay members
Associates a substring in the text of a microblog post with a URI or other data. Used for rendering post content.
The SocialDataOverlay type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialDataOverlay | Initializes a new instance of a SocialDataOverlay object. |
Top
Properties
Name | Description | |
---|---|---|
ActorIndexes | Gets an array of indexes in the parent thread's actor array. | |
Index | Gets the start index of the substring that is associated with the overlay. | |
Length | Gets the length of the substring that is associated with the overlay. | |
LinkUri | Gets the URI that is associated with the substring. | |
OverlayType | Gets the overlay type. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top