Thread::StackFrames Property

 

Gets the collection of stack frames through which this thread is executing.

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

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

Property Value

Type: EnvDTE::StackFrames^

A StackFrames collection.

The following example demonstrates how to use the StackFrames property.

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