Metodo ModelProperty.IsPropertyOfType (TypeIdentifier)

Ottiene un valore che indica se questa proprietà è del tipo specificato o implementa l'interfaccia specificata.

Spazio dei nomi:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
true se questa proprietà è del tipo specificato o implementa l'interfaccia specificata. In caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelProperty Classe

Overload IsPropertyOfType

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF