MethodData::Methods Property

 

Determines the list of method signatures that can be displayed in the method tip.

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

protected:
property Methods^ Methods {
	Methods^ get();
	void set(Methods^ value);
}

Property Value

Type: Microsoft.VisualStudio.Package::Methods^

Returns the Methods object that was passed to the Refresh method.

Return to top
Show: