ValidationRule.RuleDescription 屬性
注意:這個應用程式開發介面現在已經過時。
取得選取規則時顯示在使用者介面中的描述。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
<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
屬性值
型別:System.String
選取規則時顯示在使用者介面中的描述。
備註
這會用於使用者介面當地語系化。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。