次の方法で共有


SolutionListener.OnQueryCloseSolution メソッド

このメソッドは何も実行しません。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Overridable Function OnQueryCloseSolution ( _
    pUnkReserved As Object, _
    ByRef cancel As Integer _
) As Integer
'使用
Dim instance As SolutionListener
Dim pUnkReserved As Object
Dim cancel As Integer
Dim returnValue As Integer

returnValue = instance.OnQueryCloseSolution(pUnkReserved, _
    cancel)
public virtual int OnQueryCloseSolution(
    Object pUnkReserved,
    ref int cancel
)
public:
virtual int OnQueryCloseSolution(
    Object^ pUnkReserved, 
    int% cancel
)
public function OnQueryCloseSolution(
    pUnkReserved : Object, 
    cancel : int
) : int

パラメータ

戻り値

型 : System.Int32

実装

IVsSolutionEvents3.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents2.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents.OnQueryCloseSolution(Object, Int32%)

参照

参照

SolutionListener クラス

SolutionListener メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間