Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Sub GetUrl ( _
    <OutAttribute> ByRef ppszURL As IntPtr _
)
void GetUrl(
    out IntPtr ppszURL
)
void GetUrl(
    [OutAttribute] IntPtr% ppszURL
)
abstract GetUrl : 
        ppszURL:IntPtr byref -> unit
function GetUrl(
    ppszURL : IntPtr
)
Parameters
- ppszURL
 Type: IntPtr%
.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.