RichEditTextRange.ContentLinkInfo Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les informations de lien de contenu pour cette plage de texte.
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
Valeur de propriété
Informations de lien de contenu pour cette plage de texte.