Sdílet prostřednictvím


ValidationRule.RuleName – vlastnost

Poznámka: Toto rozhraní API je nyní zastaralé.

Při přepsání v odvozené třídě, získá název zobrazí v uživatelském rozhraní, když pravidlo je vybrána nebo zobrazena v editoru.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
<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

Hodnota vlastnosti

Typ: System.String
Název ověřovacího pravidla.

Poznámky

Používá se k lokalizaci uživatelského rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ValidationRule Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů