Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.