MethodData::MethodTipWindow Property

 

Determines the method tip window as represented by an IVsMethodTipWindow interface.

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

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

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsMethodTipWindow^

Returns the IVsMethodTipWindow object that was created in the MethodData class constructor.

This property can be accessed only by a derived class.

Return to top
Show: