Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent content control for the Bookmark.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentContentControl As ContentControl
'Usage
Dim instance As Bookmark
Dim value As ContentControl
value = instance.ParentContentControl
[BrowsableAttribute(false)]
public ContentControl ParentContentControl { get; }
[BrowsableAttribute(false)]
public:
property ContentControl^ ParentContentControl {
ContentControl^ get ();
}
public function get ParentContentControl () : ContentControl
Property Value
Type: ContentControl
A ContentControl that is the parent content control for the Bookmark.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.