Propriedade ValidationRule.RuleDescription

Observação: esta API agora está obsoleta.

Obtém a descrição exibida na interface do usuário quando uma regra é selecionada.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A descrição é exibida na interface do usuário quando uma regra é selecionada.

Comentários

Isso é usado para a localização da interface do usuário.

Segurança do .NET Framework

Consulte também

Referência

ValidationRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting