DescriptionResourceAttribute Constructors

Definition

Overloads

DescriptionResourceAttribute(String, Type)

Initializes a new instance of the DescriptionAttribute class with a description

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

C++
public:
 DescriptionResourceAttribute(System::String ^ descriptionKey, Type ^ type);

Parameters

descriptionKey
String

The description text

type
Type

Type

Applies to

Visual Studio SDK 2022 and other versions
Product Versions
Visual Studio SDK 2017, 2019, 2022

DescriptionResourceAttribute(String, Type, String)

Initializes a new instance of the DescriptionAttribute class with a description

C++
public:
 DescriptionResourceAttribute(System::String ^ descriptionKey, Type ^ type, System::String ^ resourceName);

Parameters

descriptionKey
String

The description text

type
Type

Type

resourceName
String

Resource name

Applies to

Visual Studio SDK 2022 and other versions
Product Versions
Visual Studio SDK 2017, 2019, 2022