Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LocalizedDescriptionAttribute Constructor (Type^, String^)

 

Initializes a new instance of the LocalizedDescriptionAttribute class by using the provided type and ID.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
LocalizedDescriptionAttribute(
	Type^ resourceType,
	String^ resourceId
)

Parameters

resourceType
Type: System::Type^

The Type for the resource file.

resourceId
Type: System::String^

The identifier for the resource that contains the description.

Return to top
Show: