DependencyPropertyValueSource.Local Property
Note: This API is now obsolete. The non-obsolete alternative is LocalValue.
Gets a DependencyPropertyValueSource object that represents a local property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")> _
Public Shared ReadOnly Property Local As DependencyPropertyValueSource
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")]
public static DependencyPropertyValueSource Local { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.LocalValue instead")]
public:
static property DependencyPropertyValueSource^ Local {
DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.LocalValue instead")>]
static member Local : DependencyPropertyValueSource
static function get Local () : DependencyPropertyValueSource
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a local 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
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace