Share via


DTE2.OpenFile – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE80
Sestavení:  EnvDTE80 (v EnvDTE80.dll)

Syntaxe

'Deklarace
Function OpenFile ( _
    ViewKind As String, _
    FileName As String _
) As Window
Window OpenFile(
    string ViewKind,
    string FileName
)
Window^ OpenFile(
    [InAttribute] String^ ViewKind, 
    [InAttribute] String^ FileName
)
abstract OpenFile : 
        ViewKind:string * 
        FileName:string -> Window
function OpenFile(
    ViewKind : String, 
    FileName : String
) : Window

Parametry

  • ViewKind
    Typ: String

     

  • FileName
    Typ: String

     

Vrácená hodnota

Typ: Window

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DTE2 Rozhraní

EnvDTE80 – obor názvů