ModelProperty.IsPropertyOfType Method (TypeIdentifier)

Gets a value that indicates whether this property is of the specified type or implements the specified interface.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Overridable Function IsPropertyOfType ( _
    typeIdentifier As TypeIdentifier _
) As Boolean
public virtual bool IsPropertyOfType(
    TypeIdentifier typeIdentifier
)
public:
virtual bool IsPropertyOfType(
    TypeIdentifier typeIdentifier
)
abstract IsPropertyOfType : 
        typeIdentifier:TypeIdentifier -> bool 
override IsPropertyOfType : 
        typeIdentifier:TypeIdentifier -> bool 
public function IsPropertyOfType(
    typeIdentifier : TypeIdentifier
) : boolean

Parameters

Return Value

Type: System.Boolean
true if this property is of the specified type or implements the specified interface; otherwise, false.

.NET Framework Security

See Also

Reference

ModelProperty Class

IsPropertyOfType Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture