Methods.DefaultMethod Property

Definition

Returns the method that should be selected first (based on what was found at parse time at the ParseRequest source location).

public:
 virtual property int DefaultMethod { int get(); };
public:
 virtual property int DefaultMethod { int get(); };
public virtual int DefaultMethod { get; }
member this.DefaultMethod : int
Public Overridable ReadOnly Property DefaultMethod As Integer

Property Value

The index of the first method signature to show the user when the IntelliSense method tip is displayed.

Remarks

The base property always returns 0.

Applies to