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

NodeHasDesigner() public method

Defines if Node has Designer. By default we do not support designers for nodes
public NodeHasDesigner ( string itemPath ) : bool
itemPath string Path to item to query for designer support
return bool
        public virtual bool NodeHasDesigner(string itemPath)
        {
            return false;
        }
ProjectNode