CallStackFrame.GetScriptLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a formatted string containing the ScriptName and ScriptLineNumber.
public:
System::String ^ GetScriptLocation();
public:
Platform::String ^ GetScriptLocation();
std::wstring GetScriptLocation();
public string GetScriptLocation ();
member this.GetScriptLocation : unit -> string
Public Function GetScriptLocation () As String