Microsoft.VisualStudio.Project.ProjectNode.OverwriteExistingItem C# (CSharp) Method

OverwriteExistingItem() protected method

Handle owerwriting of an existing item in the hierarchy.
protected OverwriteExistingItem ( HierarchyNode existingNode ) : void
existingNode HierarchyNode The node that exists.
return void
        protected virtual void OverwriteExistingItem(HierarchyNode existingNode)
        {
        }
ProjectNode