Methods::OpenBracket Property

 

Gets the character to use at the start of a method's parameter list.

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

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

Property Value

Type: System::String^

The character to use at the start 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 an open parenthesis, "(".

Return to top
Show: