Compartilhar via


Delegado _dispDocumentEvents_DocumentOpeningEventHandler

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
<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
JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Namespace EnvDTE