SolutionListener.OnAfterOpenSolution – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
Public Overridable Function OnAfterOpenSolution ( _
pUnkReserved As Object, _
fNewSolution As Integer _
) As Integer
public virtual int OnAfterOpenSolution(
Object pUnkReserved,
int fNewSolution
)
public:
virtual int OnAfterOpenSolution(
Object^ pUnkReserved,
int fNewSolution
)
abstract OnAfterOpenSolution :
pUnkReserved:Object *
fNewSolution:int -> int
override OnAfterOpenSolution :
pUnkReserved:Object *
fNewSolution:int -> int
public function OnAfterOpenSolution(
pUnkReserved : Object,
fNewSolution : int
) : int
Parametry
- pUnkReserved
Typ: System.Object
- fNewSolution
Typ: System.Int32
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsSolutionEvents3.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents2.OnAfterOpenSolution(Object, Int32)
IVsSolutionEvents.OnAfterOpenSolution(Object, Int32)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů