Delegat _dispDocumentEvents_DocumentOpeningEventHandler

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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentOpeningEventHandler ( _
    DocumentPath As String, _
    ReadOnly As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpeningEventHandler(
    string DocumentPath,
    bool ReadOnly
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpeningEventHandler(
    [InAttribute] String^ DocumentPath, 
    [InAttribute] bool ReadOnly
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentOpeningEventHandler = 
    delegate of  
        DocumentPath:string * 
        ReadOnly:bool -> unit
Język JScript nie obsługuje delegatów.

Parametry

  • DocumentPath
    Typ: String

    Ścieżka dokumentu.

  • ReadOnly
    Typ: Boolean

    Czy dokument jest przeznaczony tylko do odczytu.

Zobacz też

Informacje

Przestrzeń nazw EnvDTE