Udostępnij za pośrednictwem


Konstruktor LocalizedDescriptionAttribute —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Inicjuje nowe wystąpienie LocalizedDescriptionAttribute klasy przy użyciu dostarczonego type i ID.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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
)

Parametry

  • resourceId
    Typ: System.String
    Identyfikator zasobu, który zawiera opis.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

LocalizedDescriptionAttribute Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common