SolutionListener.OnQueryCloseSolution – 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 OnQueryCloseSolution ( _
pUnkReserved As Object, _
ByRef cancel As Integer _
) As Integer
public virtual int OnQueryCloseSolution(
Object pUnkReserved,
ref int cancel
)
public:
virtual int OnQueryCloseSolution(
Object^ pUnkReserved,
int% cancel
)
abstract OnQueryCloseSolution :
pUnkReserved:Object *
cancel:int byref -> int
override OnQueryCloseSolution :
pUnkReserved:Object *
cancel:int byref -> int
public function OnQueryCloseSolution(
pUnkReserved : Object,
cancel : int
) : int
Parametry
- pUnkReserved
Typ: System.Object
- cancel
Typ: System.Int32%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsSolutionEvents3.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents2.OnQueryCloseSolution(Object, Int32%)
IVsSolutionEvents.OnQueryCloseSolution(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ů