다음을 통해 공유


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 with get 
override Description : string with get
override function get Description () : String

Property Value

Type: String
The localized description of the property.

.NET Framework Security

See Also

Reference

LocalizedDescriptionAttribute Class

Microsoft.VisualStudio.TestTools.Common Namespace