Condividi tramite


Proprietà ValidationRule.RuleDescription

Nota: questa API è ora obsoleta.

Ottiene la descrizione visualizzata nell'interfaccia utente quando viene selezionata una regola.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
<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
    Get
[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
[<ObsoleteAttribute("This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.", 
    false)>]
override RuleDescription : string
function get RuleDescription () : String

Valore proprietà

Tipo: System.String
Descrizione visualizzata nell'interfaccia utente quando viene selezionata una regola.

Note

Viene utilizzata per la localizzazione dell'interfaccia utente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ValidationRule Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting