OptionUserModifiableAttribute(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 OptionUserModifiableAttribute.
public:
OptionUserModifiableAttribute(bool userModifiable);
public OptionUserModifiableAttribute (bool userModifiable);
new Microsoft.VisualStudio.Utilities.OptionUserModifiableAttribute : bool -> Microsoft.VisualStudio.Utilities.OptionUserModifiableAttribute
Public Sub New (userModifiable As Boolean)
Parameters
- userModifiable
- Boolean
true
if the option is user modifiable; otherwise false
.