_dispFindEvents_FindDoneEventHandler 委派
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
<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 不支援委派。
參數
- Result
型別:EnvDTE.vsFindResult
尋找結果。
- Cancelled
型別:System.Boolean
表示是否已經取消尋找。