次の方法で共有


GradientStopCollection.GetView メソッド

定義

コレクションに変更できないビューを取得します。

public:
 virtual IVectorView<GradientStop ^> ^ GetView() = IVector<GradientStop ^>::GetView;
IVectorView<GradientStop> GetView();
public IReadOnlyList<GradientStop> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of GradientStop)

戻り値

変更できないコレクション ビューを表す オブジェクト。

実装

適用対象