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 Document object that this DocumentBase object extends.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
Public ReadOnly Property Base As Document
Get
public Document Base { get; }
Property Value
Type: Microsoft.Office.Tools.Word.Document
The object that this DocumentBase object extends.
Remarks
The DocumentBase class extends Document objects by implementing the IDocumentExtension interface.
.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.