_dispFindEvents_FindDoneEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<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
Jazyk JScript nepodporuje delegáty.
Parametry
- Result
Typ: EnvDTE.vsFindResult
Výsledek hledání.
- Cancelled
Typ: System.Boolean
Zda byla zrušena najít.