BaseHierarchyNode.LaunchVsBrowserWindow Method (String, String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaración
Public Sub LaunchVsBrowserWindow ( _
nodeUri As String, _
caption As String _
)
public void LaunchVsBrowserWindow(
string nodeUri,
string caption
)
public:
void LaunchVsBrowserWindow(
String^ nodeUri,
String^ caption
)
member LaunchVsBrowserWindow :
nodeUri:string *
caption:string -> unit
public function LaunchVsBrowserWindow(
nodeUri : String,
caption : String
)
Parameters
- nodeUri
Type: System.String
- caption
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.