指定された FeatureManager および型の RequirementValidator クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Windows.Design
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public Sub New ( _
featureManager As FeatureManager, _
type As Type _
)
public RequirementValidator(
FeatureManager featureManager,
Type type
)
public:
RequirementValidator(
FeatureManager^ featureManager,
Type^ type
)
new :
featureManager:FeatureManager *
type:Type -> RequirementValidator
public function RequirementValidator(
featureManager : FeatureManager,
type : Type
)
パラメーター
- featureManager
型: Microsoft.Windows.Design.Features.FeatureManager
要件の検証対象である機能マネージャー。
- type
型: System.Type
要件属性の取得対象である型。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。