次の方法で共有


PickerResults.Item[Int32] プロパティ

定義

指定したインデックス位置にある PickerResult オブジェクトを取得します。

public:
 property Microsoft::Office::Core::PickerResult ^ default[int] { Microsoft::Office::Core::PickerResult ^ get(int Index); };
public Microsoft.Office.Core.PickerResult this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.PickerResult
Default Public ReadOnly Property Item(Index As Integer) As PickerResult

パラメーター

Index
Int32

オブジェクトのインデックス付き場所を表す整数を PickerResult 指定します。

プロパティ値

適用対象