Partager via


TaskProvider.IsToolSupported, méthode

Retourne une valeur indiquant si ce fournisseur de tâches prend en charge l'outil spécifié.

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 l'outil spécifié est pris en charge ; sinon false.

Notes

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

Sécurité .NET Framework

Voir aussi

Référence

TaskProvider Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF