次の方法で共有


PathSegmentCollection.SetAt(UInt32, PathSegment) メソッド

定義

指定したインデックスの値を、指定した PathSegment 値に 設定します。

public:
 virtual void SetAt(unsigned int index, PathSegment ^ value) = IVector<PathSegment ^>::SetAt;
void SetAt(uint32_t const& index, PathSegment const& value);
public void SetAt(uint index, PathSegment value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As PathSegment)

パラメーター

index
UInt32

unsigned int

uint32_t

値を設定するインデックス。

value
PathSegment

設定する値。

実装

M:Windows.Foundation.Collections.IVector1.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

適用対象