Udostępnij za pośrednictwem


Właściwość DTE2.Documents —

Zwraca kolekcję otwarte dokumenty w środowisku programistycznym.

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

Składnia

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

Wartość właściwości

Typ: EnvDTE.Documents
A Documents kolekcji.

Przykłady

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DTE2 Interfejs

Przeciążenie Documents

Przestrzeń nazw EnvDTE80