ISelectionTransformer.PerformAction 方法

定义

Selection以预定义的方式进行转换。

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)

参数

action
PredefinedSelectionTransformations

要执行的转换类型

适用于