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

Return Value

Type: System.Boolean
true if featureProvider is valid for invocation; otherwise, false.

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Policies Namespace