ContentControlBase.Document Property
Gets the Document that contains the content control.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Protected ReadOnly Property Document As Document
Get
'Usage
Dim value As Document
value = Me.Document
protected Document Document { get; }
Property Value
Type: Microsoft.Office.Tools.Word.Document
The Document that contains the content control.
.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.