EntryPointCollection Members (2003 System)

Include Protected Members
Include Inherited Members

Represents a collection of EntryPoint objects.

The EntryPointCollection type exposes the following members.

Methods

  Name Description
ms185924.pubmethod(en-us,VS.89).gif Add Adds a new EntryPoint to the end of the collection.
ms185924.pubmethod(en-us,VS.89).gif Clear (Inherited from CollectionBase.)
ms185924.pubmethod(en-us,VS.89).gif Contains Returns a value that indicates whether the collection contains the specified EntryPoint.
ms185924.pubmethod(en-us,VS.89).gif CopyTo Copies the entire collection into an existing array, starting at a specified index within the array.
ms185924.pubmethod(en-us,VS.89).gif Equals (Inherited from Object.)
ms185924.protmethod(en-us,VS.89).gif Finalize (Inherited from Object.)
ms185924.pubmethod(en-us,VS.89).gif GetEnumerator Returns an EntryPointEnumerator that can be used to iterate through the contents of the collection.
ms185924.pubmethod(en-us,VS.89).gif GetHashCode (Inherited from Object.)
ms185924.pubmethod(en-us,VS.89).gif GetType (Inherited from Object.)
ms185924.pubmethod(en-us,VS.89).gif IndexOf Returns the index of the specified EntryPoint in the collection.
ms185924.pubmethod(en-us,VS.89).gif Insert Inserts an EntryPoint into the collection at the specified index.
ms185924.protmethod(en-us,VS.89).gif MemberwiseClone (Inherited from Object.)
ms185924.protmethod(en-us,VS.89).gif OnClear (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnClearComplete (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnInsert (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnInsertComplete (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnRemove (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnRemoveComplete (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnSet (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnSetComplete (Inherited from CollectionBase.)
ms185924.protmethod(en-us,VS.89).gif OnValidate (Inherited from CollectionBase.)
ms185924.pubmethod(en-us,VS.89).gif Remove Removes the specified EntryPoint from the collection.
ms185924.pubmethod(en-us,VS.89).gif RemoveAt (Inherited from CollectionBase.)
ms185924.pubmethod(en-us,VS.89).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
ms185924.pubproperty(en-us,VS.89).gif Capacity (Inherited from CollectionBase.)
ms185924.pubproperty(en-us,VS.89).gif Count (Inherited from CollectionBase.)
ms185924.protproperty(en-us,VS.89).gif InnerList (Inherited from CollectionBase.)
ms185924.pubproperty(en-us,VS.89).gif Item Gets the EntryPoint at the specified index.
ms185924.protproperty(en-us,VS.89).gif List (Inherited from CollectionBase.)

Top

Explicit Interface Implementations

  Name Description
ms185924.pubinterface(en-us,VS.89).gifms185924.privmethod(en-us,VS.89).gif IList.Add (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privmethod(en-us,VS.89).gif IList.Contains (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privmethod(en-us,VS.89).gif ICollection.CopyTo (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privmethod(en-us,VS.89).gif IList.IndexOf (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privmethod(en-us,VS.89).gif IList.Insert (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privproperty(en-us,VS.89).gif IList.IsFixedSize (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privproperty(en-us,VS.89).gif IList.IsReadOnly (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privproperty(en-us,VS.89).gif ICollection.IsSynchronized (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privproperty(en-us,VS.89).gif IList.Item (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privmethod(en-us,VS.89).gif IList.Remove (Inherited from CollectionBase.)
ms185924.pubinterface(en-us,VS.89).gifms185924.privproperty(en-us,VS.89).gif ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See Also

Reference

EntryPointCollection Class

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace