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.
Gets the stack frame index for the frame on the stack where the DebuggerInteractionEvent occurred.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property StackFrameIndex As Integer
Get
Private Set
public int StackFrameIndex { get; private set; }
public:
property int StackFrameIndex {
int get ();
private: void set (int value);
}
member StackFrameIndex : int with get, private set
function get StackFrameIndex () : int
private function set StackFrameIndex (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.