ISelectionTransformer.PerformAction Method

Definition

Transforms Selection in a predefined way.

public:
 void PerformAction(Microsoft::VisualStudio::Text::PredefinedSelectionTransformations action);
public void PerformAction (Microsoft.VisualStudio.Text.PredefinedSelectionTransformations action);
abstract member PerformAction : Microsoft.VisualStudio.Text.PredefinedSelectionTransformations -> unit
Public Sub PerformAction (action As PredefinedSelectionTransformations)

Parameters

action
PredefinedSelectionTransformations

The kind of transformation to perform

Applies to