Dela via


PolicyDrivenFeatureConnector<TFeatureProviderType>.UpdateFeatureProviders Method

Called when the set of running features must be updated.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Protected Sub UpdateFeatureProviders
'Usage
Me.UpdateFeatureProviders()
protected void UpdateFeatureProviders()
protected:
void UpdateFeatureProviders()
protected function UpdateFeatureProviders()

Remarks

The UpdateFeatureProviders method is called when the FeatureProviders enumeration must be updated because the tool has changed.

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

PolicyDrivenFeatureConnector<TFeatureProviderType> Members

Microsoft.Windows.Design.Features Namespace

FeatureConnector<TFeatureProviderType>

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility