OptionUserVisibleAttribute(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the OptionUserVisibleAttribute.
public:
OptionUserVisibleAttribute(bool userVisible);
public OptionUserVisibleAttribute (bool userVisible);
new Microsoft.VisualStudio.Utilities.OptionUserVisibleAttribute : bool -> Microsoft.VisualStudio.Utilities.OptionUserVisibleAttribute
Public Sub New (userVisible As Boolean)
Parameters
- userVisible
- Boolean
true
if the option is visible to the user; otherwise false
.