Udostępnij za pośrednictwem


LocalizedDescriptionAttribute.Description Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the localized description of the property.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Description As String
public override string Description { get; }
public:
virtual property String^ Description {
    String^ get () override;
}
abstract Description : string
override Description : string
override function get Description () : String

Property Value

Type: System.String
The localized description of the property.

.NET Framework Security

See Also

Reference

LocalizedDescriptionAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace