次の方法で共有


NativeCommonImplementation.SuppressWarnings Method

Definition

Overloads

SuppressWarnings()
SuppressWarnings(Boolean)

SuppressWarnings()

public:
 override bool SuppressWarnings();
public override bool SuppressWarnings ();
override this.SuppressWarnings : unit -> bool
Public Overrides Function SuppressWarnings () As Boolean

Returns

Applies to

SuppressWarnings(Boolean)

public:
 override bool SuppressWarnings(bool newValue);
public override bool SuppressWarnings (bool newValue);
override this.SuppressWarnings : bool -> bool
Public Overrides Function SuppressWarnings (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to