Document.DefaultExtension Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default extension for this Document object.
public:
property Microsoft::Office::Tools::Word::IDocumentExtension ^ DefaultExtension { Microsoft::Office::Tools::Word::IDocumentExtension ^ get(); };
public Microsoft.Office.Tools.Word.IDocumentExtension DefaultExtension { get; }
member this.DefaultExtension : Microsoft.Office.Tools.Word.IDocumentExtension
Public ReadOnly Property DefaultExtension As IDocumentExtension
Property Value
The default extension for this Document object.
Remarks
The default extension is an IDocumentExtension object that is implemented by the Visual Studio Tools for Office runtime.