TextTransformation.PopIndent 方法

定义

删除已添加到 PushIndent 的最后一个缩进

public:
 System::String ^ PopIndent();
public:
 Platform::String ^ PopIndent();
std::wstring PopIndent();
public string PopIndent ();
member this.PopIndent : unit -> string
Public Function PopIndent () As String

返回

String

删除的缩进字符串

适用于