StackFrames Interface
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.
A collection of StackFrame objects.
public interface class StackFrames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("4ED85664-BBA2-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface StackFrames : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("4ED85664-BBA2-11D2-8AD1-00C04F79E479")]
public interface StackFrames : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("4ED85664-BBA2-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type StackFrames = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("4ED85664-BBA2-11D2-8AD1-00C04F79E479")>]
type StackFrames = interface
interface IEnumerable
Public Interface StackFrames
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets a value indicating the number of objects in the collection. |
DTE |
Gets the top-level extensibility object. |
Parent |
Gets the immediate parent object of a StackFrames collection. |
Methods
GetEnumerator() |
Gets an enumeration for items in a collection. |
Item(Object) |
Returns a StackFrame object in a StackFrames collection. |