BaseHierarchyNode.LaunchVsBrowserWindow Method (String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Sub LaunchVsBrowserWindow ( _
nodeUri As String _
)
public void LaunchVsBrowserWindow(
string nodeUri
)
public:
void LaunchVsBrowserWindow(
String^ nodeUri
)
member LaunchVsBrowserWindow :
nodeUri:string -> unit
public function LaunchVsBrowserWindow(
nodeUri : String
)
Parameters
- nodeUri
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.