GradientStopCollection.ReplaceAll(GradientStop[]) メソッド

定義

最初にコレクションをクリアし、指定された配列を新しい項目として挿入します。

public:
 virtual void ReplaceAll(Platform::Array <GradientStop ^> ^ items) = IVector<GradientStop ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <GradientStop const&> const& items);
public void ReplaceAll(GradientStop[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As GradientStop())

パラメーター

items
GradientStop[]

新しいコレクション項目。

実装

注釈

"変更された" イベントを追跡する実装の場合、最初のリセットではイベントが発生しますが、追加された項目は個別のイベントを発生しません。

適用対象