Partager via


LocalizedDescriptionAttribute, constructeur

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Initialise une nouvelle instance de la classe LocalizedDescriptionAttribute à l'aide du type et de l'ID fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • resourceId
    Type : System.String
    Identificateur de la ressource qui contient la description.

Sécurité .NET Framework

Voir aussi

Référence

LocalizedDescriptionAttribute Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms