PropertyValueSource Class
Represents the source of a property value.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustInherit Class PropertyValueSource
'Usage
Dim instance As PropertyValueSource
public abstract class PropertyValueSource
public ref class PropertyValueSource abstract
public abstract class PropertyValueSource
Remarks
An example implementation of this abstract class is the DependencyPropertyValueSource class. DependencyPropertyValueSource represents the source information for a property value that is a dependency property.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace