xRecord.skipDeleteMethod 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.
Overloads
skipDeleteMethod() |
Gets and sets the property that indicates whether to discard overloaded methods. |
skipDeleteMethod(Boolean) |
skipDeleteMethod()
Gets and sets the property that indicates whether to discard overloaded methods.
public:
virtual bool skipDeleteMethod();
public virtual bool skipDeleteMethod ();
abstract member skipDeleteMethod : unit -> bool
override this.skipDeleteMethod : unit -> bool
Public Overridable Function skipDeleteMethod () As Boolean
Returns
true if overloaded methods should be discarded; otherwise, false.
Applies to
skipDeleteMethod(Boolean)
public:
virtual bool skipDeleteMethod(bool _newValue);
public virtual bool skipDeleteMethod (bool _newValue);
abstract member skipDeleteMethod : bool -> bool
override this.skipDeleteMethod : bool -> bool
Public Overridable Function skipDeleteMethod (_newValue As Boolean) As Boolean
Parameters
- _newValue
- Boolean
A Boolean value that indicates whether to discard overloaded methods; optional.