PrepareImageFeatureTree.SetSelectionStateForAllFeatures(FeatureAction) Method

Definition

Sets the selection state for all features.

public:
 void SetSelectionStateForAllFeatures(Microsoft::SqlServer::Configuration::FeatureAction action);
public void SetSelectionStateForAllFeatures (Microsoft.SqlServer.Configuration.FeatureAction action);
member this.SetSelectionStateForAllFeatures : Microsoft.SqlServer.Configuration.FeatureAction -> unit
Public Sub SetSelectionStateForAllFeatures (action As FeatureAction)

Parameters

action
FeatureAction

The action to set on the selected features.

Applies to