Partilhar via


ICustomProperty.SetIndexedValue(Object, Object, Object) Método

Definição

Define o valor em um local de índice, para casos em que a propriedade personalizada tem suporte para indexador.

public:
 void SetIndexedValue(Platform::Object ^ target, Platform::Object ^ value, Platform::Object ^ index);
void SetIndexedValue(IInspectable const& target, IInspectable const& value, IInspectable const& index);
public void SetIndexedValue(object target, object value, object index);
function setIndexedValue(target, value, index)
Public Sub SetIndexedValue (target As Object, value As Object, index As Object)

Parâmetros

target
Object

Platform::Object

IInspectable

A instância de proprietário.

value
Object

Platform::Object

IInspectable

O valor a ser definido.

index
Object

Platform::Object

IInspectable

O local do índice para o qual definir.

Aplica-se a