다음을 통해 공유


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

속성 값

들여쓰기에 사용할 문자를 포함하는 문자열입니다.

설명

이 속성의 기본값은 "/----/"(4개의 공백)입니다.

적용 대상