Delegat _dispDocumentEvents_DocumentOpenedEventHandler

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_DocumentOpenedEventHandler ( _
    Document As Document _
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(
    Document Document
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpenedEventHandler(
    [InAttribute] Document^ Document
)
[<ComVisibleAttribute(false)>]
type _dispDocumentEvents_DocumentOpenedEventHandler = 
    delegate of  
        Document:Document -> unit
Język JScript nie obsługuje delegatów.

Parametry

Zobacz też

Informacje

Przestrzeń nazw EnvDTE