StackFrame2.Collection Property

Gets the collection that contains the object that supports this property or that is contained within this code construct.

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

Property Value

Type: EnvDTE.StackFrames
A StackFrames collection.

Implements

StackFrame.Collection

Remarks

See Collection.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

Collection Overload

EnvDTE90a Namespace