このメソッドは何も実行しません。
名前空間 : 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
パラメータ
- pUnkReserved
型 : System.Object
未使用
- cancel
型 : System.Int32%
未使用
戻り値
型 : System.Int32
実装
IVsSolutionEvents3.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents2.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents.OnQueryCloseSolution(Object, Int32%)