ValidationRule.RuleDescription プロパティ
メモ: この API は、互換性のために残されています。
規則が選択されている場合に、ユーザー インターフェイスに表示される説明を取得します。
名前空間: Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
<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
プロパティ値
型 : System.String
規則が選択されている場合にユーザー インターフェイスに表示される説明。
解説
ユーザー インターフェイスのローカリゼーションの目的で使用されます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。