Condividi tramite


LocalizedDescriptionAttribute(Type, String) Constructor

Definition

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

public:
 LocalizedDescriptionAttribute(Type ^ resourceType, System::String ^ resourceId);
public LocalizedDescriptionAttribute (Type resourceType, string resourceId);
new Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute : Type * string -> Microsoft.VisualStudio.TestTools.Common.LocalizedDescriptionAttribute
Public Sub New (resourceType As Type, resourceId As String)

Parameters

resourceType
Type

The Type for the resource file.

resourceId
String

The identifier for the resource that contains the description.

Applies to