PathSegmentCollection.InsertAt(UInt32, PathSegment) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置に指定した項目を挿入します。
public:
virtual void InsertAt(unsigned int index, PathSegment ^ value) = IVector<PathSegment ^>::InsertAt;
void InsertAt(uint32_t const& index, PathSegment const& value);
public void InsertAt(uint index, PathSegment value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As PathSegment)
パラメーター
- index
-
UInt32
unsigned int
uint32_t
値を設定するインデックス。
- value
- PathSegment
設定する値。
実装
M:Windows.Foundation.Collections.IVector
1.InsertAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(unsigned int,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,
0)