IEditorOperations.TransposeWord Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transposes the current word with the next one. White space and punctuation are not treated as words.
public:
bool TransposeWord();
public:
bool TransposeWord();
bool TransposeWord();
public bool TransposeWord ();
abstract member TransposeWord : unit -> bool
Public Function TransposeWord () As Boolean
Returns
true
if the edit succeeded, otherwise false
.
Remarks
White space and punctuation are not treated as words.