Metodo ModelProperty.IsPropertyOfType (Type)

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 ( _
    type As Type _
) As Boolean
public virtual bool IsPropertyOfType(
    Type type
)
public:
virtual bool IsPropertyOfType(
    Type^ type
)
abstract IsPropertyOfType : 
        type:Type -> bool 
override IsPropertyOfType : 
        type:Type -> bool 
public function IsPropertyOfType(
    type : Type
) : boolean

Parametri

  • type
    Tipo: System.Type
    Tipo o interfaccia da verificare.

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