Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the SourceLocation for this stack frame.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
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.