Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Class