Partager via


ExtractionRule.RuleDescription, propriété

Mise à jour : novembre 2007

REMARQUE : cette API est maintenant obsolète.

Cette méthode n'est plus utilisée. Utilisez le DisplayNameAttribute sur la classe pour définir une description pour cette règle.

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

Syntaxe

<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

Dim instance As ExtractionRule
Dim value As String

value = instance.RuleDescription
[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 ();
}
public function get RuleDescription () : String

Valeur de propriété

Type : System.String

Autorisations

Voir aussi

Référence

ExtractionRule, classe

Membres ExtractionRule

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms