DTE2.OpenFile – metoda (String, String)
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: System.String
- FileName
Typ: System.String
Vrácená hodnota
Typ: EnvDTE.Window
Implementuje
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.