MethodData.Methods 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 list of method signatures that can be displayed in the method tip.
protected:
property Microsoft::VisualStudio::Package::Methods ^ Methods { Microsoft::VisualStudio::Package::Methods ^ get(); void set(Microsoft::VisualStudio::Package::Methods ^ value); };
protected:
property Microsoft::VisualStudio::Package::Methods ^ Methods { Microsoft::VisualStudio::Package::Methods ^ get(); void set(Microsoft::VisualStudio::Package::Methods ^ value); };
protected Microsoft.VisualStudio.Package.Methods Methods { get; set; }
member this.Methods : Microsoft.VisualStudio.Package.Methods with get, set
Protected Property Methods As Methods
Property Value
Returns the Methods object that was passed to the Refresh(IVsTextView, Methods, Int32, TextSpan) method.