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 currently running feature provider.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property FeatureProvider As TFeatureProviderType
'Usage
Dim instance As PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider
Dim value As TFeatureProviderType
value = instance.FeatureProvider
public TFeatureProviderType FeatureProvider { get; }
public:
property TFeatureProviderType FeatureProvider {
TFeatureProviderType get ();
}
public function get FeatureProvider () : TFeatureProviderType
Property Value
Type: TFeatureProviderType
A Type which represents the currently running feature provider.
Remarks
The FeatureProvider property indicates the feature provider type associated with Item.
.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
PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Members
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>