PropertyValue.Source Property
When overridden in a derived class, gets a PropertyValueSource that contains information about the source of this property value.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Source As PropertyValueSource
Get
public abstract PropertyValueSource Source { get; }
public:
virtual property PropertyValueSource^ Source {
PropertyValueSource^ get () abstract;
}
abstract Source : PropertyValueSource
abstract function get Source () : PropertyValueSource
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueSource
Information about the source of this property value.
Remarks
An example of a source implementation is the
DependencyPropertyValueSource class, which contains information about the source of dependency property values.
.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.PropertyEditing Namespace