Freigeben über


TaskProvider.IsToolSupported-Methode

Gibt einen Wert zurück, der angibt, ob dieser Aufgabenanbieter das angegebene Tool unterstützt.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn das angegebene Tool unterstützt wird, andernfalls false.

Hinweise

Standardmäßig gibt diese Methode true für SelectionTool zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

TaskProvider Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit