ExtractionRule.RuleDescription, propriété
Remarque : cette API est maintenant obsolète.
Cette méthode n'est plus utilisée. Utilisez le DisplayNameAttribute sur la classe pour définir une description pour cette règle.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
<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
Valeur de propriété
Type : System.String
Description de la règle.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.