Freigeben über


StackFrame2.Collection-Eigenschaft

Ruft die Auflistung mit dem Objekt ab, das diese Eigenschaft unterstützt oder das in diesem Codekonstrukt enthalten ist.

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

Syntax

'Declaration
ReadOnly Property Collection As StackFrames
    Get
StackFrames Collection { get; }
property StackFrames^ Collection {
    StackFrames^ get ();
}
abstract Collection : StackFrames
function get Collection () : StackFrames

Eigenschaftswert

Typ: EnvDTE.StackFrames
Eine StackFrames-Auflistung.

Implementiert

StackFrame.Collection

Hinweise

Siehe Collection.

.NET Framework-Sicherheit

Siehe auch

Referenz

StackFrame2 Schnittstelle

Collection-Überladung

EnvDTE90a-Namespace