Representante _dispFindEvents_FindDoneEventHandler

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 _dispFindEvents_FindDoneEventHandler ( _
    Result As vsFindResult, _
    Cancelled As Boolean _
)

Dim instance As New _dispFindEvents_FindDoneEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispFindEvents_FindDoneEventHandler(
    vsFindResult Result,
    bool Cancelled
)
[ComVisibleAttribute(false)]
public delegate void _dispFindEvents_FindDoneEventHandler(
    [InAttribute] vsFindResult Result, 
    [InAttribute] bool Cancelled
)
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Espaço para nome EnvDTE