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)

property StackFrames^ Collection {
	StackFrames^ get();
}

Property Value

Type: EnvDTE::StackFrames^

A StackFrames collection.

Return to top
Show: