Window::Document Property

 

Gets the Document object associated with the item, if one exists.

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

property Document^ Document {
	Document^ get();
}

Property Value

Type: EnvDTE::Document^

A Document object.

For tool windows, Document returns Nothing.

No code example is currently available or this language may not be supported.
Return to top
Show: