StackFrame2.Collection Property

Definition

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

public:
 property EnvDTE::StackFrames ^ Collection { EnvDTE::StackFrames ^ get(); };
[System.Runtime.InteropServices.DispId(202)]
public EnvDTE.StackFrames Collection { [System.Runtime.InteropServices.DispId(202)] get; }
[<System.Runtime.InteropServices.DispId(202)>]
[<get: System.Runtime.InteropServices.DispId(202)>]
member this.Collection : EnvDTE.StackFrames
Public ReadOnly Property Collection As StackFrames

Property Value

A StackFrames collection.

Implements

Attributes

Remarks

See Collection.

Applies to