Freigeben über


LocalizedDescriptionAttribute.ResourceType-Eigenschaft

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

Ruft den Type für die Ressourcendatei ab.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ResourceType As Type
public Type ResourceType { get; }
public:
property Type^ ResourceType {
    Type^ get ();
}
member ResourceType : Type with get
function get ResourceType () : Type

Eigenschaftswert

Typ: Type
Der Type für die Ressourcendatei.

.NET Framework-Sicherheit

Siehe auch

Referenz

LocalizedDescriptionAttribute Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace