Compartir a través de


ValidationRule.RuleDescription (Propiedad)

Nota: esta API ya está obsoleta.

Obtiene la descripción mostrada en la interfaz de usuario cuando se selecciona una regla.

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

Sintaxis

'Declaración
<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
[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 with get
[<ObsoleteAttribute("This method is no longer used.  Use DescriptionAttribute on the class to set a description for this rule.", 
    false)>]
override RuleDescription : string with get
function get RuleDescription () : String

Valor de propiedad

Tipo: System.String
La descripción que se muestra en la interfaz de usuario cuando se selecciona una regla.

Comentarios

Se utiliza para la adaptación de la interfaz de usuario.

Seguridad de .NET Framework

Vea también

Referencia

ValidationRule Clase

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