OpenDocumentCommand.OpenTextFile Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

.NET Framework Security

See Also

Reference

OpenDocumentCommand Class

Microsoft.TeamFoundation.MVVM Namespace