Delegado _dispFindEvents_FindDoneEventHandler
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
<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
JScript não oferece suporte a delegados.
Parâmetros
- Result
Tipo: EnvDTE.vsFindResult
O resultado de localização.
- Cancelled
Tipo: System.Boolean
Se localizar foi cancelado.