Share via


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
'Usage
Dim instance As StackFrame2 
Dim value As StackFrames 

value = instance.Collection
StackFrames Collection { get; }
property StackFrames^ Collection {
    StackFrames^ get ();
}
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

StackFrame2 Members

Collection Overload

EnvDTE90a Namespace