ValidationRule.RuleName 属性
注意:此 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
[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 ();
}
[<ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)>]
abstract RuleName : string with get
[<ObsoleteAttribute("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.",
false)>]
override RuleName : string with get
function get RuleName () : String
属性值
类型:String
验证规则的名称。
备注
这用于用户界面的本地化。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。