CodeGeneratorOptions.BracingStyle 속성

정의

브레이싱에 사용할 스타일을 가져오거나 설정합니다.

public:
 property System::String ^ BracingStyle { System::String ^ get(); void set(System::String ^ value); };
public string BracingStyle { get; set; }
member this.BracingStyle : string with get, set
Public Property BracingStyle As String

속성 값

사용할 브레이싱 스타일이 포함된 문자열입니다.

설명

이 속성의 기본값은 Block중괄호가 연결된 문 또는 선언과 동일한 줄에서 시작되도록 코드를 생성해야 임을 나타내는 값입니다. 속성 값은 C 중괄호가 연결된 문 또는 선언 다음에 있는 줄에서 시작됨을 나타냅니다.

적용 대상