Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Function SetURL ( _
    pcszURL As String, _
    dwInFlags As UInteger _
) As Integer
int SetURL(
    string pcszURL,
    uint dwInFlags
)
int SetURL(
    String^ pcszURL, 
    unsigned int dwInFlags
)
abstract SetURL : 
        pcszURL:string * 
        dwInFlags:uint32 -> int
function SetURL(
    pcszURL : String, 
    dwInFlags : uint
) : int
Parameters
- pcszURL
 Type: String
- dwInFlags
 Type: UInt32
Return Value
Type: Int32
Returns 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.