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
- tool
Type : Microsoft.Windows.Design.Interaction.Tool
Tool à vérifier.
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
- 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
Autres ressources
Fournisseurs de fonctionnalités et connecteurs de fonctionnalités
Procédure pas à pas : création d'un ornement au moment du design