IEditorOperations.ConvertSpacesToTabs 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.
Converts spaces to tabs in the selection, or on the line the caret is on if the selection is empty.
public:
bool ConvertSpacesToTabs();
public:
bool ConvertSpacesToTabs();
bool ConvertSpacesToTabs();
public bool ConvertSpacesToTabs ();
abstract member ConvertSpacesToTabs : unit -> bool
Public Function ConvertSpacesToTabs () As Boolean
Returns
true
if the edit succeeded, otherwise false
.
Remarks
Only spaces immediately preceding a tab stop will be converted to tabs.