ResourceMap.GetValueByIndex Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetValueByIndex(UInt32) |
Retorna o recurso no índice especificado no contexto padrão. |
GetValueByIndex(UInt32, ResourceContext) |
Retorna o recurso no índice especificado no contexto especificado. |
GetValueByIndex(UInt32)
Retorna o recurso no índice especificado no contexto padrão.
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)
Parâmetros
- index
-
UInt32
unsigned int
uint32_t
O índice a ser usado para localizar o recurso no contexto.
Retornos
O valor, se houver um item com o índice especificado.
- Atributos
Aplica-se a
GetValueByIndex(UInt32, ResourceContext)
Retorna o recurso no índice especificado no contexto especificado.
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)
Parâmetros
- index
-
UInt32
unsigned int
uint32_t
O índice a ser usado para localizar o recurso no contexto.
- context
- ResourceContext
Retornos
O valor, se houver um item com o índice especificado.
- Atributos