Methods::TypePostfix Property
Visual Studio 2015
Gets the string to place after the return type of a method.
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.
This property is used if the language requires some fixed text to appear after the method's return type.
Return null if you do not need to post-fix the type with any fixed text.
The base property returns null.
Show: