ResourceMap.GetValueByIndex メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetValueByIndex(UInt32) |
既定のコンテキストで、指定したインデックス位置にあるリソースを返します。 |
GetValueByIndex(UInt32, ResourceContext) |
指定したコンテキスト内の指定したインデックス位置にあるリソースを返します。 |
GetValueByIndex(UInt32)
既定のコンテキストで、指定したインデックス位置にあるリソースを返します。
public:
virtual IKeyValuePair<Platform::String ^, ResourceCandidate ^> ^ GetValueByIndex(unsigned int index) = GetValueByIndex;
/// [Windows.Foundation.Metadata.Overload("GetValueByIndex")]
IKeyValuePair<winrt::hstring, ResourceCandidate const&> GetValueByIndex(uint32_t const& index);
[Windows.Foundation.Metadata.Overload("GetValueByIndex")]
public KeyValuePair<string,ResourceCandidate> GetValueByIndex(uint index);
function getValueByIndex(index)
Public Function GetValueByIndex (index As UInteger) As KeyValuePair(Of String, ResourceCandidate)
パラメーター
- index
-
UInt32
unsigned int
uint32_t
コンテキスト内のリソースの検索に使用するインデックス。
戻り値
指定したインデックスを持つ項目が存在する場合の値。
- 属性
適用対象
GetValueByIndex(UInt32, ResourceContext)
指定したコンテキスト内の指定したインデックス位置にあるリソースを返します。
public:
virtual IKeyValuePair<Platform::String ^, ResourceCandidate ^> ^ GetValueByIndex(unsigned int index, ResourceContext ^ context) = GetValueByIndex;
/// [Windows.Foundation.Metadata.Overload("GetValueByIndexWithContext")]
IKeyValuePair<winrt::hstring, ResourceCandidate const&> GetValueByIndex(uint32_t const& index, ResourceContext const& context);
[Windows.Foundation.Metadata.Overload("GetValueByIndexWithContext")]
public KeyValuePair<string,ResourceCandidate> GetValueByIndex(uint index, ResourceContext context);
function getValueByIndex(index, context)
Public Function GetValueByIndex (index As UInteger, context As ResourceContext) As KeyValuePair(Of String, ResourceCandidate)
パラメーター
- index
-
UInt32
unsigned int
uint32_t
コンテキスト内のリソースの検索に使用するインデックス。
- context
- ResourceContext
戻り値
指定したインデックスを持つ項目が存在する場合の値。
- 属性