StackFrames::Item Method (Object^)
Visual Studio 2015
Returns a StackFrame object in a StackFrames collection.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- index
-
Type:
System::Object^
Required. The index of the StackFrame object to return.
The Item method throws a ArgumentException exception if the collection cannot find the object that corresponds to the index value.
Show: