ValidationRule.RuleName 屬性
更新:2007 年 11 月
請注意:這個 API 現在已經過時。
在衍生類別中發生覆寫時,取得當選取規則或規則顯示於編輯器中時,使用者介面中所顯示的名稱。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
<ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.", _
False)> _
Public Overridable ReadOnly Property RuleName As String
Dim instance As ValidationRule
Dim value As String
value = instance.RuleName
[ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)]
public virtual string RuleName { get; }
[ObsoleteAttribute(L"This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)]
public:
virtual property String^ RuleName {
String^ get ();
}
public function get RuleName () : String
屬性值
驗證規則的名稱。
備註
此項用於使用者介面當地語系化。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。