PropertyValueSource Class

Definition

Represents the origin of a property value.

public ref class PropertyValueSource abstract
public abstract class PropertyValueSource
type PropertyValueSource = class
Public MustInherit Class PropertyValueSource
Inheritance
PropertyValueSource
Derived

Remarks

Examples of property value sources can include inherited values, parent template values, default values, implicit style references, trigger-based values, and others.

Constructors

PropertyValueSource()

Creates a new instance of the PropertyValueSource class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to