Sdílet prostřednictvím


SolutionListener.OnQueryChangeProjectParent – 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 OnQueryChangeProjectParent ( _
    hierarchy As IVsHierarchy, _
    newParentHier As IVsHierarchy, _
    ByRef cancel As Integer _
) As Integer
public virtual int OnQueryChangeProjectParent(
    IVsHierarchy hierarchy,
    IVsHierarchy newParentHier,
    ref int cancel
)
public:
virtual int OnQueryChangeProjectParent(
    IVsHierarchy^ hierarchy, 
    IVsHierarchy^ newParentHier, 
    int% cancel
)
abstract OnQueryChangeProjectParent : 
        hierarchy:IVsHierarchy * 
        newParentHier:IVsHierarchy * 
        cancel:int byref -> int 
override OnQueryChangeProjectParent : 
        hierarchy:IVsHierarchy * 
        newParentHier:IVsHierarchy * 
        cancel:int byref -> int 
public function OnQueryChangeProjectParent(
    hierarchy : IVsHierarchy, 
    newParentHier : IVsHierarchy, 
    cancel : int
) : int

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsSolutionEvents4.OnQueryChangeProjectParent(IVsHierarchy, IVsHierarchy, Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SolutionListener Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů