Document.DefaultExtension Property

Definition

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.

Applies to