Metoda _dispFindEvents.FindDone —

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
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
)

Parametry

  • Cancelled
    Typ: Boolean

    Czy Znajdź została anulowana.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispFindEvents Interfejs

Przestrzeń nazw EnvDTE