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