Udostępnij za pośrednictwem


PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider.FeatureProvider Property

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

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Class

PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Members

Microsoft.Windows.Design.Features Namespace

FeatureProviders

FeatureProvider

FeatureConnector<TFeatureProviderType>

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility