Microsoft.VisualStudio.Project.ProjectNode.NodeHasDesigner C# (CSharp) Méthode

NodeHasDesigner() public méthode

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