Microsoft.VisualStudio.Project.AutomationBrowsableAttribute.AutomationBrowsableAttribute C# (CSharp) Method

AutomationBrowsableAttribute() public method

public AutomationBrowsableAttribute ( bool browsable ) : System
browsable bool
return System
        public AutomationBrowsableAttribute(bool browsable)
        {
            this.browsable = browsable;
        }
AutomationBrowsableAttribute