Udostępnij za pośrednictwem


Właściwość ValidationRule.RuleName —

Uwaga: ten interfejs API jest już przestarzały.

Gdy zastąpiony w klasie pochodnej, pobiera nazwę wyświetlaną w interfejsie użytkownika, gdy reguła jest zaznaczone lub wyświetlane w edytorze.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

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

Wartość właściwości

Typ: System.String
Nazwa reguły sprawdzania poprawności.

Uwagi

Schemat używany do lokalizacji interfejsu użytkownika.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ValidationRule Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting