Microsoft.VisualStudio.Project.SolutionListener.OnQueryChangeProjectParent C# (CSharp) 메소드

OnQueryChangeProjectParent() 공개 메소드

Fired before a project is moved from one parent to another in the solution explorer
public OnQueryChangeProjectParent ( IVsHierarchy hierarchy, IVsHierarchy newParentHier, int &cancel ) : int
hierarchy IVsHierarchy
newParentHier IVsHierarchy
cancel int
리턴 int
        public virtual int OnQueryChangeProjectParent(IVsHierarchy hierarchy, IVsHierarchy newParentHier, ref int cancel)
        {
            return VSConstants.E_NOTIMPL;
        }