Microsoft.VisualStudio.Project.DependentFileNode.GetIconHandle C# (CSharp) 메소드

GetIconHandle() 공개 메소드

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.
리턴 object
        public override object GetIconHandle(bool open)
        {
            return this.ProjectManager.ImageHandler.GetIconHandle(this.ImageIndex);
        }