Share via


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)

적용 대상