Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Converts spaces to tabs in the selection, or, if the selection is empty, on the line the caret is on.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Function ConvertSpacesToTabs As Boolean
bool ConvertSpacesToTabs()
bool ConvertSpacesToTabs()
abstract ConvertSpacesToTabs : unit -> bool
function ConvertSpacesToTabs() : boolean
Return Value
Type: System.Boolean
true if the edit succeeded, otherwise false.
Remarks
Only spaces immediately preceding a tab stop will be converted to tabs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.