Propriedade ExtractionRule.RuleDescription
Observação: esta API agora é obsoleta.
Este método não é mais usado.Use o DisplayNameAttribute na classe para definir uma descrição para esta regra.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
'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
[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
Tipo: System.String
A descrição da regra.
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.