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