_dispSolutionEvents_QueryCloseSolutionEventHandler 委派
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispSolutionEvents_QueryCloseSolutionEventHandler ( _
<OutAttribute> ByRef fCancel As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_QueryCloseSolutionEventHandler(
out bool fCancel
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_QueryCloseSolutionEventHandler(
[InAttribute] [OutAttribute] bool% fCancel
)
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_QueryCloseSolutionEventHandler =
delegate of
fCancel:bool byref -> unit
JScript 不支援委派。
參數
- fCancel
型別:System.Boolean%
表示是否已經取消關閉的動作。
備註
SolutionEvents 物件可以而超出範圍,而且會在關閉方案之前進行記憶體回收。 若要保留此物件的參照,請在您實作方案事件處理常式的類別中宣告私用變數。