DescriptionResourceAttribute Class
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.
C++
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
Description |
Initializes a new instance of the DescriptionAttribute class with a description |
Description |
Initializes a new instance of the DescriptionAttribute class with a description |
Description |
Gets the description stored in this attribute. |
Description |
Description resource Id. |
Resource |
Resource name. |
Type |
Type identifying resource location. |
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |