Aracılığıyla paylaş


ValidationRule.RuleDescription Özellik

Not: Bu API artık kullanılmıyor.

Bir kuralı seçildiğinde kullanıcı arabiriminde görüntülenen açıklamasını alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
<ObsoleteAttribute("This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.",  _
    False)> _
Public Overridable ReadOnly Property RuleDescription As String
[ObsoleteAttribute("This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.", 
    false)]
public virtual string RuleDescription { get; }
[ObsoleteAttribute(L"This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.", 
    false)]
public:
virtual property String^ RuleDescription {
    String^ get ();
}
[<ObsoleteAttribute("This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.", 
    false)>]
abstract RuleDescription : string with get
[<ObsoleteAttribute("This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.", 
    false)>]
override RuleDescription : string with get
function get RuleDescription () : String

Özellik Değeri

Tür: System.String
Bir kuralı seçildiğinde kullanıcı arabiriminde görüntülenen açıklaması.

Notlar

Bu kullanıcı arabirimi yerelleştirme için kullanılır.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ValidationRule Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı