Share via


PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider.FeatureProvider Property

Gets the type of the feature provider.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property FeatureProvider As TFeatureProviderType
    Get
public TFeatureProviderType FeatureProvider { get; }
public:
property TFeatureProviderType FeatureProvider {
    TFeatureProviderType get ();
}
member FeatureProvider : 'TFeatureProviderType
function get FeatureProvider () : TFeatureProviderType

Property Value

Type: TFeatureProviderType
The [type] of the feature provider.

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Class

Microsoft.Windows.Design.Policies Namespace