ChartElementCollection<T>.SuspendUpdates 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
暫停讓集合中的圖表項目失效。
public:
virtual void SuspendUpdates();
public virtual void SuspendUpdates ();
abstract member SuspendUpdates : unit -> unit
override this.SuspendUpdates : unit -> unit
Public Overridable Sub SuspendUpdates ()
備註
呼叫 方法之後,對 方法的 SuspendUpdates 呼叫 Invalidate 將不會有任何作用。
如果您呼叫 SuspendUpdates 方法數次,則必須呼叫 ResumeUpdates 方法相等的次數。