共用方式為


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

屬性值

字串,包含用來縮排的字元。

備註

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

適用於