Methods Properties

 

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

NameDescription
System_CAPS_pubpropertyCloseBracket

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

System_CAPS_pubpropertyDefaultMethod

Gets the index of the initial method signature to show.

System_CAPS_pubpropertyDelimiter

Gets the character that separates parameters in a method's parameter list.

System_CAPS_pubpropertyOpenBracket

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

System_CAPS_pubpropertyTypePostfix

Gets the string to place after the return type of a method.

System_CAPS_pubpropertyTypePrefix

Gets the string to place before the return type of a method.

System_CAPS_pubpropertyTypePrefixed

Gets whether a method's return type comes before or after the method signature.

Return to top
Show: