CodeGeneratorOptions.IndentString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來縮排的字串。
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
屬性值
字串,包含用來縮排的字元。
備註
此屬性的預設值為 「----/」 (四個空格) 。