DTEClass.ActiveDocument 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.
For more information on this property, refer to ActiveDocument.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property EnvDTE::Document ^ ActiveDocument { EnvDTE::Document ^ get(); };
public:
virtual property EnvDTE::Document ^ ActiveDocument { EnvDTE::Document ^ get(); };
[System.Runtime.InteropServices.DispId(221)]
public virtual EnvDTE.Document ActiveDocument { [System.Runtime.InteropServices.DispId(221)] get; }
[<System.Runtime.InteropServices.DispId(221)>]
[<get: System.Runtime.InteropServices.DispId(221)>]
member this.ActiveDocument : EnvDTE.Document
Public Overridable ReadOnly Property ActiveDocument As Document
Property Value
The active document.
Implements
- Attributes