GradientStopCollection.Contains(GradientStop) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷集合是否包含指定的 GradientStop。
public:
virtual bool Contains(System::Windows::Media::GradientStop ^ value);
public bool Contains (System.Windows.Media.GradientStop value);
abstract member Contains : System.Windows.Media.GradientStop -> bool
override this.Contains : System.Windows.Media.GradientStop -> bool
Public Function Contains (value As GradientStop) As Boolean
參數
- value
- GradientStop
要在 GradientStopCollection 中尋找的 GradientStop。
傳回
如果在 GradientStopCollection 中找到 GradientStop,則為 true
,否則為 false
。