Selection.ParentContentControl 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.
Renvoie un ContentControl objet qui représente le contrôle de contenu parent pour la plage spécifiée. En lecture seule.
public:
property Microsoft::Office::Interop::Word::ContentControl ^ ParentContentControl { Microsoft::Office::Interop::Word::ContentControl ^ get(); };
public Microsoft.Office.Interop.Word.ContentControl ParentContentControl { get; }
member this.ParentContentControl : Microsoft.Office.Interop.Word.ContentControl
Public ReadOnly Property ParentContentControl As ContentControl
Valeur de propriété
Remarques
Cette propriété retourne Null s’il n’existe aucun contrôle de contenu parent pour la plage spécifiée.