次の方法で共有


NativeCommonImplementation.SkipEvents Method

Definition

Overloads

SkipEvents()
SkipEvents(Boolean)

SkipEvents()

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

Returns

Applies to

SkipEvents(Boolean)

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

Parameters

newValue
Boolean

Returns

Applies to