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) 引用,则此实现将引发ArgumentException此实现ICollection<T>.Add。