IEditorOperations.Tabify 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 the leading white space to tabs on all lines touched by the selection and caret.
public:
bool Tabify();
public:
bool Tabify();
bool Tabify();
public bool Tabify ();
abstract member Tabify : unit -> bool
Public Function Tabify () As Boolean
Returns
true
if the edit succeeded, otherwise false
.
Remarks
If the column position of the first non-white space character is not evenly divisible by the tab size, there will be spaces left at the end of the line equal to the remainder of that division.