Partager via


ValueTranslationService.HasValueTranslation, méthode

Détermine si la propriété spécifiée doit être traduite pour le type spécifié.

Espace de noms :  Microsoft.Windows.Design.Services
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public MustOverride Function HasValueTranslation ( _
    itemType As Type, _
    identifier As PropertyIdentifier _
) As Boolean
public abstract bool HasValueTranslation(
    Type itemType,
    PropertyIdentifier identifier
)
public:
virtual bool HasValueTranslation(
    Type^ itemType, 
    PropertyIdentifier identifier
) abstract
abstract HasValueTranslation : 
        itemType:Type * 
        identifier:PropertyIdentifier -> bool 
public abstract function HasValueTranslation(
    itemType : Type, 
    identifier : PropertyIdentifier
) : boolean

Paramètres

  • itemType
    Type : System.Type
    Type pour lequel déterminer si la property doit être convertie.

Valeur de retour

Type : System.Boolean
true si la propriété spécifiée doit être convertie pour le type spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ValueTranslationService Classe

Microsoft.Windows.Design.Services, espace de noms

DesignModeValueProvider

Autres ressources

Procédure pas à pas : modification du comportement d'une propriété au moment du design

Extensibilité du Concepteur WPF