Partager via


SolutionListener.OnQueryCloseProject, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Overridable Function OnQueryCloseProject ( _
    hierarchy As IVsHierarchy, _
    removing As Integer, _
    ByRef cancel As Integer _
) As Integer
public virtual int OnQueryCloseProject(
    IVsHierarchy hierarchy,
    int removing,
    ref int cancel
)
public:
virtual int OnQueryCloseProject(
    IVsHierarchy^ hierarchy, 
    int removing, 
    int% cancel
)
abstract OnQueryCloseProject : 
        hierarchy:IVsHierarchy * 
        removing:int * 
        cancel:int byref -> int 
override OnQueryCloseProject : 
        hierarchy:IVsHierarchy * 
        removing:int * 
        cancel:int byref -> int 
public function OnQueryCloseProject(
    hierarchy : IVsHierarchy, 
    removing : int, 
    cancel : int
) : int

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

IVsSolutionEvents3.OnQueryCloseProject(IVsHierarchy, Int32, Int32%)
IVsSolutionEvents2.OnQueryCloseProject(IVsHierarchy, Int32, Int32%)
IVsSolutionEvents.OnQueryCloseProject(IVsHierarchy, Int32, Int32%)

Sécurité .NET Framework

Voir aussi

Référence

SolutionListener Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms