GradientStopCollection.Add(GradientStop) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 GradientStop 加入至漸層停駐點集合。
public:
virtual void Add(System::Windows::Media::GradientStop ^ value);
public void Add (System.Windows.Media.GradientStop value);
abstract member Add : System.Windows.Media.GradientStop -> unit
override this.Add : System.Windows.Media.GradientStop -> unit
Public Sub Add (value As GradientStop)
參數
- value
- GradientStop
加入至 GradientStop 結尾的 GradientStopCollection。
實作
例外狀況
value
為 null
。
備註
不同于 的一般實作,如果您嘗試新增 null (Nothing) 參考,這個實作 ICollection<T>.Add 會 ArgumentException 擲回 。