BrowserWindow Constructor
Namespace: Microsoft.VisualStudio.Services.Client.Controls
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
url As Uri, _
external As Object, _
desiredSize As Size _
)
public BrowserWindow(
Uri url,
Object external,
Size desiredSize
)
public:
BrowserWindow(
Uri^ url,
Object^ external,
Size desiredSize
)
new :
url:Uri *
external:Object *
desiredSize:Size -> BrowserWindow
public function BrowserWindow(
url : Uri,
external : Object,
desiredSize : Size
)
Parameters
- url
Type: System.Uri
- external
Type: System.Object
- desiredSize
Type: System.Windows.Size
.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.