Partager via


ResourceMap.GetValueByIndex Méthode

Définition

Surcharges

GetValueByIndex(UInt32)

Retourne la ressource à l’index spécifié dans le contexte par défaut.

GetValueByIndex(UInt32, ResourceContext)

Retourne la ressource à l’index spécifié dans le contexte spécifié.

GetValueByIndex(UInt32)

Retourne la ressource à l’index spécifié dans le contexte par défaut.

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)

Paramètres

index
UInt32

unsigned int

uint32_t

Index à utiliser pour localiser la ressource dans le contexte.

Retours

Valeur, si un élément avec l’index spécifié existe.

Attributs

S’applique à

GetValueByIndex(UInt32, ResourceContext)

Retourne la ressource à l’index spécifié dans le contexte spécifié.

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)

Paramètres

index
UInt32

unsigned int

uint32_t

Index à utiliser pour localiser la ressource dans le contexte.

context
ResourceContext

Retours

Valeur, si un élément avec l’index spécifié existe.

Attributs

S’applique à