Partager via


ValidationRule.RuleDescription, propriété

Remarque : cette API est maintenant obsolète.

Obtient la description affichée dans l'interface utilisateur lorsqu'une règle est sélectionnée.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
<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

Valeur de propriété

Type : System.String
Description affichée dans l'interface utilisateur lorsqu'une règle est sélectionnée.

Notes

Ceci est utilisé pour localiser l'interface utilisateur.

Sécurité .NET Framework

Voir aussi

Référence

ValidationRule Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms