Compartilhar via


Método DTE2.OpenFile

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

  • ViewKind
    Tipo: String

     

  • FileName
    Tipo: String

     

Valor de retorno

Tipo: Window

Segurança do .NET Framework

Consulte também

Referência

DTE2 Interface

Namespace EnvDTE80