RichEditTextRange.ContentLinkInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the content link information for this text range.
public:
property ContentLinkInfo ^ ContentLinkInfo { ContentLinkInfo ^ get(); void set(ContentLinkInfo ^ value); };
ContentLinkInfo ContentLinkInfo();
void ContentLinkInfo(ContentLinkInfo value);
public ContentLinkInfo ContentLinkInfo { get; set; }
var contentLinkInfo = richEditTextRange.contentLinkInfo;
richEditTextRange.contentLinkInfo = contentLinkInfo;
Public Property ContentLinkInfo As ContentLinkInfo
Property Value
The content link information for this text range.