Partager via


AdornerProvider.IsToolSupported, méthode

Obtient une valeur qui indique si le fournisseur d'ornements prend en charge le Tool fourni.

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

Syntaxe

'Déclaration
Public Overridable Function IsToolSupported ( _
    tool As Tool _
) As Boolean
public virtual bool IsToolSupported(
    Tool tool
)
public:
virtual bool IsToolSupported(
    Tool^ tool
)
abstract IsToolSupported : 
        tool:Tool -> bool 
override IsToolSupported : 
        tool:Tool -> bool 
public function IsToolSupported(
    tool : Tool
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si le fournisseur d'ornements prend en charge tool ; sinon, false.

Notes

Par défaut, la méthode IsToolSupported retourne la valeur true pour SelectionTool.

Sécurité .NET Framework

Voir aussi

Référence

AdornerProvider Classe

Microsoft.Windows.Design.Interaction, espace de noms

Tool

SelectionTool

Autres ressources

Architecture d'ornement

Fournisseurs de fonctionnalités et connecteurs de fonctionnalités

Procédure pas à pas : création d'un ornement au moment du design