RequirementValidator Constructor
Initializes a new instance of the RequirementValidator class for the specified FeatureManager and type.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
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
)
Parameters
- featureManager
Type: Microsoft.Windows.Design.Features.FeatureManager
The feature manager to validate requirements against.
- type
Type: System.Type
The type to get requirement attributes from.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace