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 CommandBindingCollection for a task.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property CommandBindings As CommandBindingCollection
Get
public CommandBindingCollection CommandBindings { get; }
public:
property CommandBindingCollection^ CommandBindings {
CommandBindingCollection^ get ();
}
member CommandBindings : CommandBindingCollection
function get CommandBindings () : CommandBindingCollection
Property Value
Type: System.Windows.Input.CommandBindingCollection
A CommandBindingCollection instance containing the command bindings for this task,
Remarks
The CommandBindingCollection binds a routed 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