ModelProperty.ComputedValue Proprietà

Definizione

Restituisce il valore attualmente calcolato per questa proprietà. L'impostazione di un valore su questa proprietà equivale a chiamare SetValue(Object), ma può essere usata nelle espressioni di data binding.

public:
 abstract property System::Object ^ ComputedValue { System::Object ^ get(); void set(System::Object ^ value); };
public abstract object ComputedValue { get; set; }
member this.ComputedValue : obj with get, set
Public MustOverride Property ComputedValue As Object

Valore della proprietà

Restituisce il valore calcolato come .Object

Si applica a