CodeGenerator.Indent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定縮排每個縮排層次的空格數量。
protected:
property int Indent { int get(); void set(int value); };
protected int Indent { get; set; }
member this.Indent : int with get, set
Protected Property Indent As Integer
屬性值
每個縮排層次的縮排空格數量。
備註
程序代碼區段通常會縮排,以方便辨識。