PolicyDrivenFeatureConnector<TFeatureProviderType>.IsValidProvider Method
Tests if a feature provider is valid for invocation.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable Function IsValidProvider ( _
featureProvider As FeatureProvider _
) As Boolean
protected virtual bool IsValidProvider(
FeatureProvider featureProvider
)
protected:
virtual bool IsValidProvider(
FeatureProvider^ featureProvider
)
abstract IsValidProvider :
featureProvider:FeatureProvider -> bool
override IsValidProvider :
featureProvider:FeatureProvider -> bool
protected function IsValidProvider(
featureProvider : FeatureProvider
) : boolean
Parameters
- featureProvider
Type: Microsoft.Windows.Design.Features.FeatureProvider
The feature provider to test for validity.
Return Value
Type: System.Boolean
true if featureProvider is valid for invocation; otherwise, false.
.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.