Microsoft.VisualStudio.Project.DependentFileNode.GetIconHandle C# (CSharp) Method

GetIconHandle() public method

Gets a handle to the icon that should be set for this node
public GetIconHandle ( bool open ) : object
open bool Whether the folder is open, ignored here.
return object
        public override object GetIconHandle(bool open)
        {
            return this.ProjectManager.ImageHandler.GetIconHandle(this.ImageIndex);
        }