Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ToolCommandBindingCollection for a task.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property ToolCommandBindings As ToolCommandBindingCollection
'Usage
Dim instance As Task
Dim value As ToolCommandBindingCollection
value = instance.ToolCommandBindings
public ToolCommandBindingCollection ToolCommandBindings { get; }
public:
property ToolCommandBindingCollection^ ToolCommandBindings {
ToolCommandBindingCollection^ get ();
}
public function get ToolCommandBindings () : ToolCommandBindingCollection
Property Value
Type: Microsoft.Windows.Design.Interaction.ToolCommandBindingCollection
A ToolCommandBindingCollection instance that contains the tool command bindings for this task.
Remarks
The ToolCommandBindingCollection binds a tool command to an implementation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace