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
- 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> Class
PolicyDrivenFeatureConnector<TFeatureProviderType> Members
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>