Partager via


ExtractionRule.RuleName, 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 un nom complet 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 DisplayNameAttribute on the class to set a display name for this rule.",  _
    False)> _
Public Overridable ReadOnly Property RuleName As String

Dim instance As ExtractionRule
Dim value As String

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