VsIntellisenseLangTipClass.ScrollDown Method
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.
Scrolls to the next overload of the method.
public:
virtual int ScrollDown() = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::ScrollDown;
public:
virtual int ScrollDown();
public:
virtual int ScrollDown() = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::ScrollDown;
virtual int ScrollDown();
public virtual int ScrollDown ();
abstract member ScrollDown : unit -> int
override this.ScrollDown : unit -> int
Public Overridable Function ScrollDown () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.