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