DTE2::Documents Property

 

Gets the collection of open documents in the development environment.

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

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

Property Value

Type: EnvDTE::Documents^

A Documents collection.

Implements

_DTE::Documents

Sub DocumentsExample()
  MsgBox(DTE2.Documents.Count)
End Sub
Return to top
Show: