Compartilhar via


Método _dispFindEvents.FindDone

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
Sub FindDone ( _
    Result As vsFindResult, _
    Cancelled As Boolean _
)
void FindDone(
    vsFindResult Result,
    bool Cancelled
)
void FindDone(
    [InAttribute] vsFindResult Result, 
    [InAttribute] bool Cancelled
)
abstract FindDone : 
        Result:vsFindResult * 
        Cancelled:bool -> unit 
function FindDone(
    Result : vsFindResult, 
    Cancelled : boolean
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

_dispFindEvents Interface

Namespace EnvDTE