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
屬性值
每個縮排層級需要縮排的空格數。
備註
程式碼段落通常會縮排以便辨識。