Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A collection of StackFrame objects.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("4ED85664-BBA2-11D2-8AD1-00C04F79E479")> _
Public Interface StackFrames _
Inherits IEnumerable
[GuidAttribute("4ED85664-BBA2-11D2-8AD1-00C04F79E479")]
public interface StackFrames : IEnumerable
[GuidAttribute(L"4ED85664-BBA2-11D2-8AD1-00C04F79E479")]
public interface class StackFrames : IEnumerable
[<GuidAttribute("4ED85664-BBA2-11D2-8AD1-00C04F79E479")>]
type StackFrames =
interface
interface IEnumerable
end
public interface StackFrames extends IEnumerable
The StackFrames type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetEnumerator | Gets an enumeration for items in a collection. |
![]() |
Item | Returns a StackFrame object in a StackFrames collection. |
Top
.gif)
.gif)