ICustomProperty.SetValue(Object, Object) Metode

Definisi

Mengatur nilai properti kustom pada instans tertentu.

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

Parameter

target
Object

Platform::Object

IInspectable

Instans pemilik.

value
Object

Platform::Object

IInspectable

Nilai yang akan ditetapkan.

Berlaku untuk