DTEClass::ActiveDocument Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information on this property, refer to ActiveDocument.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
property Document^ ActiveDocument {
	virtual Document^ get();
}

Property Value

Type: EnvDTE::Document^

The active document.

Return to top
Show: