LocalizedDescriptionAttribute(Type, String) 构造函数

定义

LocalizedDescriptionAttribute使用提供的类型和 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)

参数

resourceType
Type

Type资源文件的。

resourceId
String

包含说明的资源的标识符。

适用于