Methods::TypePrefix Property
Visual Studio 2015
Gets the string to place before 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.
In Visual Basic, the return type of a function follows the function declaration, separated by the string " as ", for example, Function MyFunc() as Integer. The " as " string is prefixed to the return type.
Return null if you do not need to prefix the type with any text.
The base property returns null.
Show: