Udostępnij za pośrednictwem


Delegat _dispFindEvents_FindDoneEventHandler

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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispFindEvents_FindDoneEventHandler ( _
    Result As vsFindResult, _
    Cancelled As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispFindEvents_FindDoneEventHandler(
    vsFindResult Result,
    bool Cancelled
)
[ComVisibleAttribute(false)]
public delegate void _dispFindEvents_FindDoneEventHandler(
    [InAttribute] vsFindResult Result, 
    [InAttribute] bool Cancelled
)
[<ComVisibleAttribute(false)>]
type _dispFindEvents_FindDoneEventHandler = 
    delegate of  
        Result:vsFindResult * 
        Cancelled:bool -> unit
Język JScript nie obsługuje delegatów.

Parametry

  • Cancelled
    Typ: Boolean

    Czy Znajdź została anulowana.

Zobacz też

Informacje

Przestrzeń nazw EnvDTE