StackFrame::Collection Property

 

Gets the collection that contains the object that supports this property or is contained in this code construct. Returns null for an object that is not obtained from a collection.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

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

Property Value

Type: EnvDTE::StackFrames^

A StackFrames collection.

The following example demonstrates how to use the Collection property.

No code example is currently available or this language may not be supported.
Return to top
Show: