Methods::CloseBracket Property

 

Gets the character to use at the end of a method parameter list.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property String^ CloseBracket {
	virtual String^ get();
}

Property Value

Type: System::String^

The character to use at the end of a parameter list.

The value returned from this property is used to format the method signatures that appear in the IntelliSense method tip operation.

The base property returns a close parenthesis, ")".

Return to top
Show: