Share via


MethodData.Methods Property

Definition

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.

Applies to