ProvideDesignerOptionsAttribute(String) 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 ProvideDesignerOptionsAttribute with the specified category name.
public:
ProvideDesignerOptionsAttribute(System::String ^ categoryName);
public:
ProvideDesignerOptionsAttribute(Platform::String ^ categoryName);
ProvideDesignerOptionsAttribute(std::wstring const & categoryName);
public ProvideDesignerOptionsAttribute (string categoryName);
new Microsoft.VisualStudio.Shell.Design.ProvideDesignerOptionsAttribute : string -> Microsoft.VisualStudio.Shell.Design.ProvideDesignerOptionsAttribute
Public Sub New (categoryName As String)
Parameters
- categoryName
- String
The name of a category associated with the designer.