Поделиться через


SolutionListener.OnBeforeCloseSolution - метод

Этот класс и его члены зарезервированы для внутреннего использования и не предназначены для использования в коде.

Пространство имен:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Сборка:  Microsoft.VisualStudio.Data.Schema.Package (в Microsoft.VisualStudio.Data.Schema.Package.dll)

Синтаксис

'Декларация
Public Overridable Function OnBeforeCloseSolution ( _
    pUnkReserved As Object _
) As Integer
public virtual int OnBeforeCloseSolution(
    Object pUnkReserved
)
public:
virtual int OnBeforeCloseSolution(
    Object^ pUnkReserved
)
abstract OnBeforeCloseSolution : 
        pUnkReserved:Object -> int 
override OnBeforeCloseSolution : 
        pUnkReserved:Object -> int 
public function OnBeforeCloseSolution(
    pUnkReserved : Object
) : int

Параметры

Возвращаемое значение

Тип: System.Int32

Реализации

IVsSolutionEvents3.OnBeforeCloseSolution(Object)
IVsSolutionEvents2.OnBeforeCloseSolution(Object)
IVsSolutionEvents.OnBeforeCloseSolution(Object)

Безопасность платформы .NET Framework

См. также

Ссылки

SolutionListener Класс

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal - пространство имен