次の方法で共有


SolutionListener.OnBeforeCloseProject メソッド

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

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

構文

'宣言
Public Overridable Function OnBeforeCloseProject ( _
    hierarchy As IVsHierarchy, _
    removed As Integer _
) As Integer
'使用
Dim instance As SolutionListener
Dim hierarchy As IVsHierarchy
Dim removed As Integer
Dim returnValue As Integer

returnValue = instance.OnBeforeCloseProject(hierarchy, _
    removed)
public virtual int OnBeforeCloseProject(
    IVsHierarchy hierarchy,
    int removed
)
public:
virtual int OnBeforeCloseProject(
    IVsHierarchy^ hierarchy, 
    int removed
)
public function OnBeforeCloseProject(
    hierarchy : IVsHierarchy, 
    removed : int
) : int

パラメータ

戻り値

型 : System.Int32

実装

IVsSolutionEvents3.OnBeforeCloseProject(IVsHierarchy, Int32)
IVsSolutionEvents2.OnBeforeCloseProject(IVsHierarchy, Int32)
IVsSolutionEvents.OnBeforeCloseProject(IVsHierarchy, Int32)

参照

参照

SolutionListener クラス

SolutionListener メンバ

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