Methods.DefaultMethod 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.
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.