CustomTaskPaneCollection Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a collection of custom task panes in a Microsoft Office application.
The CustomTaskPaneCollection type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded. Initializes a new instance of the CustomTaskPaneCollection class.
Top
Methods
Name
Description
Overloaded. Creates a new CustomTaskPane and adds it to the current CustomTaskPaneCollection.
Infrastructure.
Infrastructure. Releases all resources used by the CustomTaskPaneCollection.
Infrastructure.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the specified CustomTaskPane from the CustomTaskPaneCollection.
Removes the CustomTaskPane at the specified index of the CustomTaskPaneCollection.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the number of CustomTaskPane objects in the current CustomTaskPaneCollection.
Gets the CustomTaskPane at the specified index.
Top
Explicit Interface Implementations
Name
Description
IEnumerable<CustomTaskPane>.GetEnumerator
Returns a generic enumerator that iterates through the CustomTaskPaneCollection.
Returns an enumerator that iterates through the CustomTaskPaneCollection.
Top