BracePairAttribute Constructor
Instantiates a new instance of a BracePairAttribute.
Namespace: Microsoft.VisualStudio.Text.BraceCompletion
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Sub New ( _
openingBrace As Char, _
closingBrace As Char _
)
public BracePairAttribute(
char openingBrace,
char closingBrace
)
public:
BracePairAttribute(
wchar_t openingBrace,
wchar_t closingBrace
)
new :
openingBrace:char *
closingBrace:char -> BracePairAttribute
public function BracePairAttribute(
openingBrace : char,
closingBrace : char
)
Parameters
openingBrace
Type: CharThe opening brace character for this brace completion session.
closingBrace
Type: CharThe closing brace character for this brace completion session.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.