Udostępnij za pośrednictwem


Metoda _dispDocumentEvents.DocumentOpening —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Sub DocumentOpening ( _
    DocumentPath As String, _
    ReadOnly As Boolean _
)
void DocumentOpening(
    string DocumentPath,
    bool ReadOnly
)
void DocumentOpening(
    [InAttribute] String^ DocumentPath, 
    [InAttribute] bool ReadOnly
)
abstract DocumentOpening : 
        DocumentPath:string * 
        ReadOnly:bool -> unit
function DocumentOpening(
    DocumentPath : String, 
    ReadOnly : boolean
)

Parametry

  • DocumentPath
    Typ: String

    Ścieżka dokumentu.

  • ReadOnly
    Typ: Boolean

    Czy dokument jest przeznaczony tylko do odczytu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispDocumentEvents Interfejs

Przestrzeń nazw EnvDTE