CommandIdCollection Class

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Class CommandIdCollection _
    Inherits CollectionBase
'Usage
Dim instance As CommandIdCollection
public class CommandIdCollection : CollectionBase
public ref class CommandIdCollection : public CollectionBase
public class CommandIdCollection extends CollectionBase

Inheritance Hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.VisualStudio.Modeling.Diagrams.CommandIdCollection

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

CommandIdCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace