このメソッドは何も実行しません。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function OnBeforeCloseSolution ( _
pUnkReserved As Object _
) As Integer
'使用
Dim instance As SolutionListener
Dim pUnkReserved As Object
Dim returnValue As Integer
returnValue = instance.OnBeforeCloseSolution(pUnkReserved)
public virtual int OnBeforeCloseSolution(
Object pUnkReserved
)
public:
virtual int OnBeforeCloseSolution(
Object^ pUnkReserved
)
public function OnBeforeCloseSolution(
pUnkReserved : Object
) : int
パラメータ
- pUnkReserved
型 : System.Object
未使用
戻り値
型 : System.Int32
実装
IVsSolutionEvents3.OnBeforeCloseSolution(Object)
IVsSolutionEvents2.OnBeforeCloseSolution(Object)
IVsSolutionEvents.OnBeforeCloseSolution(Object)