Aracılığıyla paylaş


ExtractionRule.RuleName Özellik

Not: Bu API artık kullanılmıyor.

Bu yöntem artık kullanılır. Use DisplayNameAttribute sınıfındaki için bir görünen ad ayarlamak içinbu kural.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.",  _
    False)> _
Public Overridable ReadOnly Property RuleName As String
    Get
[ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)]
public virtual string RuleName { get; }
[ObsoleteAttribute(L"This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)]
public:
virtual property String^ RuleName {
    String^ get ();
}
[<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)>]
abstract RuleName : string
[<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)>]
override RuleName : string
function get RuleName () : String

Özellik Değeri

Tür: System.String
Kural adı.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ExtractionRule Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı