MethodData.MethodTipWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the method tip window as represented by an IVsMethodTipWindow interface.
protected:
property Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ MethodTipWindow { Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ value); };
protected:
property Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ MethodTipWindow { Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow ^ value); };
protected Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow MethodTipWindow { get; set; }
member this.MethodTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow with get, set
Protected Property MethodTipWindow As IVsMethodTipWindow
Property Value
Returns the IVsMethodTipWindow object that was created in the MethodData class constructor.
Remarks
This property can be accessed only by a derived class.