OpenDocumentCommand.OpenUrl Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Sub OpenUrl ( _
path As String _
)
public static void OpenUrl(
string path
)
public:
static void OpenUrl(
String^ path
)
static member OpenUrl :
path:string -> unit
public static function OpenUrl(
path : String
)
Parameters
- path
Type: System.String
.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.