Sdílet prostřednictvím


ExtractionRule.RuleDescription-Eigenschaft

Aktualisiert: November 2007

HINWEIS: Diese API ist mittlerweile veraltet.

Diese Methode wird nicht mehr verwendet. Verwenden Sie DisplayNameAttribute für die Klasse, um eine Beschreibung für diese Regel festzulegen.

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

Syntax

'Declaration
<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
'Usage
Dim instance As ExtractionRule
Dim value As String

value = instance.RuleDescription
[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 ();
}
public function get RuleDescription () : String

Eigenschaftenwert

Typ: System.String

Berechtigungen

Siehe auch

Referenz

ExtractionRule-Klasse

ExtractionRule-Member

Microsoft.VisualStudio.TestTools.WebTesting-Namespace