Microsoft.VisualStudio.Project.ProjectNode.NodeHasDesigner C# (CSharp) 메소드

NodeHasDesigner() 공개 메소드

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
리턴 bool
        public virtual bool NodeHasDesigner(string itemPath)
        {
            return false;
        }
ProjectNode