ProvideDesignerOptionsAttribute(String) Constructor

Definition

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.

Applies to