Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, gets the currently computed value for this property.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Property ComputedValue As Object
'Usage
Dim instance As ModelProperty
Dim value As Object
value = instance.ComputedValue
instance.ComputedValue = value
public abstract Object ComputedValue { get; set; }
public:
virtual property Object^ ComputedValue {
Object^ get () abstract;
void set (Object^ value) abstract;
}
public abstract function get ComputedValue () : Object
public abstract function set ComputedValue (value : Object)
Property Value
Type: System.Object
An object representing the computed value for this property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace