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