Freigeben über


LocalizedDescriptionAttribute-Konstruktor

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert eine neue Instanz der LocalizedDescriptionAttribute-Klasse mit dem angegebenen Typ und der angegebenen 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
)

Parameter

  • resourceType
    Typ: Type

    Der Type für die Ressourcendatei.

  • resourceId
    Typ: String

    Der Bezeichner für die Ressource, die die Beschreibung enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

LocalizedDescriptionAttribute Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace