RichEditTextRange.ContentLinkInfo Property

Definition

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.

Applies to