MethodData::MethodTipWindow Property
Visual Studio 2015
Determines the method tip window as represented by an IVsMethodTipWindow interface.
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.
Show: