Share via


DTEClass.ActiveDocument Property

Definition

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

Applies to