ContentControlBase.Document Property (2007 System)
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
'Usage
Dim value As Document
value = Me.Document
protected Document Document { get; }
protected:
property Document^ Document {
Document^ get ();
}
protected function get Document () : Document
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.