Methods::DefaultMethod Property

 

Gets the index of the initial method signature to show.

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

public:
property int DefaultMethod {
	virtual int get();
}

Property Value

Type: System::Int32

The index of the first method signature to show the user when the IntelliSense method tip is displayed.

The base property always returns 0.

Return to top
Show: