Método Documents.Open

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:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Function Open ( _
    PathName As String, _
    Kind As String, _
    ReadOnly As Boolean _
) As Document
Document Open(
    string PathName,
    string Kind,
    bool ReadOnly
)
Document^ Open(
    String^ PathName, 
    String^ Kind, 
    bool ReadOnly
)
abstract Open : 
        PathName:string * 
        Kind:string * 
        ReadOnly:bool -> Document 
function Open(
    PathName : String, 
    Kind : String, 
    ReadOnly : boolean
) : Document

Parâmetros

Valor de retorno

Tipo: EnvDTE.Document
O documento.

Segurança do .NET Framework

Consulte também

Referência

Documents Interface

Namespace EnvDTE