MemberFunction.isStatic 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.
Indicates whether a method is static.
public:
virtual bool isStatic();
public virtual bool isStatic ();
abstract member isStatic : unit -> bool
override this.isStatic : unit -> bool
Public Overridable Function isStatic () As Boolean
Returns
true if the method is static; otherwise, false.
Remarks
This method is associated with a specified node in the AOT, such as a form, report, or class. This method is used primarily in conjunction with the MemberFunction::AOTsetSource method.