RequirementValidator.Requirements プロパティ
この検証コントロールに含まれている型のすべての要件を示す列挙体を取得します。
名前空間: Microsoft.Windows.Design
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public ReadOnly Property Requirements As IEnumerable(Of RequirementAttribute)
Get
public IEnumerable<RequirementAttribute> Requirements { get; }
public:
property IEnumerable<RequirementAttribute^>^ Requirements {
IEnumerable<RequirementAttribute^>^ get ();
}
member Requirements : IEnumerable<RequirementAttribute>
function get Requirements () : IEnumerable<RequirementAttribute>
プロパティ値
型: System.Collections.Generic.IEnumerable<RequirementAttribute>
Type の RequirementAttribute オブジェクトの列挙体。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。