Share via


xRecord.suppressWarnings Method

Definition

Overloads

suppressWarnings(Boolean)
suppressWarnings()

Gets and sets the property that indicates whether to suppress warnings for this pointer.

suppressWarnings(Boolean)

public:
 virtual bool suppressWarnings(bool _newValue);
public virtual bool suppressWarnings (bool _newValue);
abstract member suppressWarnings : bool -> bool
override this.suppressWarnings : bool -> bool
Public Overridable Function suppressWarnings (_newValue As Boolean) As Boolean

Parameters

_newValue
Boolean

A Boolean value that indicates whether to suppress warnings for this pointer; optional.

Returns

Applies to

suppressWarnings()

Gets and sets the property that indicates whether to suppress warnings for this pointer.

public:
 virtual bool suppressWarnings();
public virtual bool suppressWarnings ();
abstract member suppressWarnings : unit -> bool
override this.suppressWarnings : unit -> bool
Public Overridable Function suppressWarnings () As Boolean

Returns

true if warnings for this pointer should be suppressed; otherwise, false.

Applies to