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
- tool
Type : Microsoft.Windows.Design.Interaction.Tool
Objet Tool à vérifier.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms