DependencyPropertyValueSource.IsSystemResource Property
Note: This API is now obsolete. The non-obsolete alternative is IsStatic.
Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a system resource.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.IsStatic instead")> _
Public ReadOnly Property IsSystemResource As Boolean
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsStatic instead")]
public bool IsSystemResource { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsStatic instead")]
public:
property bool IsSystemResource {
bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsStatic instead")>]
member IsSystemResource : bool
function get IsSystemResource () : boolean
Property Value
Type: System.Boolean
true if this object represents a property set to a SystemResource; otherwise, false.
.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