Share via


ICustomProperty.GetValue(Object) Método

Definición

Obtiene el valor de la propiedad personalizada de una instancia determinada.

public:
 Platform::Object ^ GetValue(Platform::Object ^ target);
IInspectable GetValue(IInspectable const& target);
public object GetValue(object target);
function getValue(target)
Public Function GetValue (target As Object) As Object

Parámetros

target
Object

Platform::Object

IInspectable

Instancia propietaria.

Devoluciones

Object

Platform::Object

IInspectable

El valor recuperado.

Se aplica a