Methods Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CloseBracket | Gets the character to use at the end of a method parameter list. |
![]() | DefaultMethod | Gets the index of the initial method signature to show. |
![]() | Delimiter | Gets the character that separates parameters in a method's parameter list. |
![]() | OpenBracket | Gets the character to use at the start of a method's parameter list. |
![]() | TypePostfix | Gets the string to place after the return type of a method. |
![]() | TypePrefix | Gets the string to place before the return type of a method. |
![]() | TypePrefixed | Gets whether a method's return type comes before or after the method signature. |
Show:
