CodeGeneratorOptions.IndentString 屬性

定義

取得或設定字串用於縮排。

public:
 property System::String ^ IndentString { System::String ^ get(); void set(System::String ^ value); };
public string IndentString { get; set; }
member this.IndentString : string with get, set
Public Property IndentString As String

屬性值

一個包含用於縮排字元的字串。

備註

此屬性的預設值為「/----/」(四個空格)。

適用於