GlobalTypeCollection Class
A strongly typed collection of global types.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
Public NotInheritable Class GlobalTypeCollection _
Inherits MarshalByRefObject _
Implements IList, ICollection, IEnumerable
Dim instance As GlobalTypeCollection
public sealed class GlobalTypeCollection : MarshalByRefObject, IList,
ICollection, IEnumerable
public ref class GlobalTypeCollection sealed : public MarshalByRefObject,
IList, ICollection, IEnumerable
public final class GlobalTypeCollection extends MarshalByRefObject implements IList, ICollection, IEnumerable
Remarks
The collection can be read-write or read-only. A read-write collection can be cheaply passed to the constructor of GlobalTypeCollection to make a read only version without copying the collection.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.VisualStudio.Shell.Design.GlobalTypeCollection
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.