CodeGeneratorOptions.BracingStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要使用的括號樣式。
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
表示大括號從語句或宣告之後的行開始,這些大括弧會與其相關聯。