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 SourceLocation for this stack frame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property SourceLocation As IntelliTraceSourceLocation
Get
public IntelliTraceSourceLocation SourceLocation { get; }
public:
property IntelliTraceSourceLocation^ SourceLocation {
IntelliTraceSourceLocation^ get ();
}
member SourceLocation : IntelliTraceSourceLocation
function get SourceLocation () : IntelliTraceSourceLocation
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceSourceLocation
Remarks
If no source location exists or the source location cannot be determined, null is returned.
.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.