Methods::TypePrefixed Property
Visual Studio 2015
Gets whether a method's return type comes before or after the method signature.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::Booleantrue if the type precedes the method's signature, false if the type follows the method's signature.
This property is used to determine whether the method's return type precedes the method or follows it.
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 false.
Show: