ToolCommandBindingCollection Class
Represents a collection of tool command bindings.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Class ToolCommandBindingCollection _
Inherits Collection(Of ToolCommandBinding)
'Usage
Dim instance As ToolCommandBindingCollection
public class ToolCommandBindingCollection : Collection<ToolCommandBinding>
public ref class ToolCommandBindingCollection : public Collection<ToolCommandBinding^>
public class ToolCommandBindingCollection extends Collection<ToolCommandBinding>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<ToolCommandBinding>
Microsoft.Windows.Design.Interaction.ToolCommandBindingCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ToolCommandBindingCollection Members
Microsoft.Windows.Design.Interaction Namespace