Partilhar via


Propriedade ExtractionRule.RuleName

Observação: Essa API é agora obsoleta.

Esse método não é mais usado.Use o DisplayNameAttribute na classe para conjunto um nome para exibição para esta regra.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

<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

Valor de propriedade

Tipo: System.String

Permissões

Consulte também

Referência

ExtractionRule Classe

Membros ExtractionRule

Namespace Microsoft.VisualStudio.TestTools.WebTesting