Udostępnij za pośrednictwem


Właściwość _DTE.Documents —

Pobiera kolekcja otwartych dokumentów w środowisku programistycznym.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
ReadOnly Property Documents As Documents
Documents Documents { get; }
property Documents^ Documents {
    Documents^ get ();
}
abstract Documents : Documents with get
function get Documents () : Documents

Wartość właściwości

Typ: EnvDTE.Documents
A Documents kolekcji.

Przykłady

Sub DocumentsExample()
  MsgBox(DTE.Documents.Count)
End Sub

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_DTE Interfejs

Przestrzeń nazw EnvDTE