IEditorOperations::TransposeWord Method ()

 

Transposes the current word with the next one.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

bool TransposeWord()

Return Value

Type: System::Boolean

true if the edit succeeded, otherwise false.

White space and punctuation are not treated as words.

Return to top
Show: