Methods::OpenBracket Property
Visual Studio 2015
Gets the character to use at the start of a method's parameter list.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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 an open parenthesis, "(".
Show: