共用方式為


IBraceCompletionSession.OpeningBrace 屬性

Gets the opening brace character.

命名空間:  Microsoft.VisualStudio.Text.BraceCompletion
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
ReadOnly Property OpeningBrace As Char
char OpeningBrace { get; }
property wchar_t OpeningBrace {
    wchar_t get ();
}
abstract OpeningBrace : char with get
function get OpeningBrace () : char

屬性值

類型:Char
Returns Char.

.NET Framework 安全性

請參閱

參考

IBraceCompletionSession 介面

Microsoft.VisualStudio.Text.BraceCompletion 命名空間