LocalizedDescriptionAttribute Constructor
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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)
Syntax
'Declaration
Public Sub New ( _
resourceType As Type, _
resourceId As String _
)
public LocalizedDescriptionAttribute(
Type resourceType,
string resourceId
)
public:
LocalizedDescriptionAttribute(
Type^ resourceType,
String^ resourceId
)
new :
resourceType:Type *
resourceId:string -> LocalizedDescriptionAttribute
public function LocalizedDescriptionAttribute(
resourceType : Type,
resourceId : String
)
Parameters
resourceType
Type: TypeThe Type for the resource file.
resourceId
Type: StringThe identifier for the resource that contains the description.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.