_DTE.Documents Property
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.
Gets the collection of open documents in the development environment.
C++
public:
property EnvDTE::Documents ^ Documents { EnvDTE::Documents ^ get(); };
[System.Runtime.InteropServices.DispId(220)]
public EnvDTE.Documents Documents { [System.Runtime.InteropServices.DispId(220)] get; }
[<System.Runtime.InteropServices.DispId(220)>]
[<get: System.Runtime.InteropServices.DispId(220)>]
member this.Documents : EnvDTE.Documents
Public ReadOnly Property Documents As Documents
A Documents collection.
- Attributes
VB
Sub DocumentsExample()
MsgBox(DTE.Documents.Count)
End Sub
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019 |