StackFrame2.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.