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 content controls that are contained in 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 ContentControls As ContentControls
'Usage
Dim instance As Bookmark
Dim value As ContentControls
value = instance.ContentControls
[BrowsableAttribute(false)]
public ContentControls ContentControls { get; }
[BrowsableAttribute(false)]
public:
property ContentControls^ ContentControls {
ContentControls^ get ();
}
public function get ContentControls () : ContentControls
Property Value
Type: ContentControls
A ContentControls collection that contains the content controls in 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.