DescriptionResourceAttribute Class
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.
Attribute to provide property descriptions on domain properties.
public ref class DescriptionResourceAttribute sealed : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class DescriptionResourceAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)>]
type DescriptionResourceAttribute = class
inherit DescriptionAttribute
Public NotInheritable Class DescriptionResourceAttribute
Inherits DescriptionAttribute
- Inheritance
-
DescriptionResourceAttribute
- Attributes
Constructors
DescriptionResourceAttribute(String, Type, String) |
Initializes a new instance of the DescriptionAttribute class with a description |
DescriptionResourceAttribute(String, Type) |
Initializes a new instance of the DescriptionAttribute class with a description |
Properties
Description |
Gets the description stored in this attribute. |
DescriptionKey |
Description resource Id. |
ResourceName |
Resource name. |
Type |
Type identifying resource location. |