Método DTE2.OpenFile (String, String)

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: EnvDTE.Window

Segurança do .NET Framework

Consulte também

Referência

DTE2 Interface

Sobrecargas OpenFile

Namespace EnvDTE80