Compartilhar via


Representante _dispDocumentEvents_DocumentOpeningEventHandler

Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.

Microsoft somente uso interno.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE. dll)

Sintaxe

<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDocumentEvents_DocumentOpeningEventHandler ( _
    DocumentPath As String, _
    ReadOnly As Boolean _
)

Dim instance As New _dispDocumentEvents_DocumentOpeningEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpeningEventHandler(
    string DocumentPath,
    bool ReadOnly
)
[ComVisibleAttribute(false)]
public delegate void _dispDocumentEvents_DocumentOpeningEventHandler(
    [InAttribute] String^ DocumentPath, 
    [InAttribute] bool ReadOnly
)
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Espaço para nome EnvDTE