CategoryResourceAttribute Constructors
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.
Overloads
CategoryResourceAttribute(String, Type) |
Initializes a new instance of the CategoryAttribute class with the specified category name. |
CategoryResourceAttribute(String, Type, String) |
Initializes a new instance of the CategoryAttribute class with the specified category name. |
CategoryResourceAttribute(String, Type)
Initializes a new instance of the CategoryAttribute class with the specified category name.
public:
CategoryResourceAttribute(System::String ^ displayNameKey, Type ^ type);
public CategoryResourceAttribute (string displayNameKey, Type type);
new Microsoft.VisualStudio.Modeling.Design.CategoryResourceAttribute : string * Type -> Microsoft.VisualStudio.Modeling.Design.CategoryResourceAttribute
Public Sub New (displayNameKey As String, type As Type)
Parameters
- displayNameKey
- String
The name of the category
- type
- Type
Type
Applies to
CategoryResourceAttribute(String, Type, String)
Initializes a new instance of the CategoryAttribute class with the specified category name.
public:
CategoryResourceAttribute(System::String ^ displayNameKey, Type ^ type, System::String ^ resourceName);
public CategoryResourceAttribute (string displayNameKey, Type type, string resourceName);
new Microsoft.VisualStudio.Modeling.Design.CategoryResourceAttribute : string * Type * string -> Microsoft.VisualStudio.Modeling.Design.CategoryResourceAttribute
Public Sub New (displayNameKey As String, type As Type, resourceName As String)
Parameters
- displayNameKey
- String
The name of the category
- type
- Type
Type for this category
- resourceName
- String
Resource name