Compartir a través de


ExtractionRule.RuleName (Propiedad)

Actualización: noviembre 2007

NOTA: esta API ya está obsoleta.

Ya no se utiliza este método. Utilice DisplayNameAttribute en la clase para establecer un nombre para mostrar para esta regla.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

<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 propiedad

Tipo: System.String

Permisos

Vea también

Referencia

ExtractionRule (Clase)

ExtractionRule (Miembros)

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)