Share via


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

Public method

CustomTaskPaneCollection

Infrastructure. Overloaded. Initializes a new instance of the CustomTaskPaneCollection class.

Top

Methods

 

Name

Description

Public method

Add

Overloaded. Creates a new CustomTaskPane and adds it to the current CustomTaskPaneCollection.

Public method

BeginInit

Infrastructure.

Public method

Dispose

Infrastructure. Releases all resources used by the CustomTaskPaneCollection.

Public method

EndInit

Infrastructure.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

Remove

Removes the specified CustomTaskPane from the CustomTaskPaneCollection.

Public method

RemoveAt

Removes the CustomTaskPane at the specified index of the CustomTaskPaneCollection.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Count

Gets the number of CustomTaskPane objects in the current CustomTaskPaneCollection.

Public property

Item

Gets the CustomTaskPane at the specified index.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IEnumerable<CustomTaskPane>.GetEnumerator

Returns a generic enumerator that iterates through the CustomTaskPaneCollection.

Explicit interface implemetationPrivate method

IEnumerable.GetEnumerator

Returns an enumerator that iterates through the CustomTaskPaneCollection.

Top

See Also

Reference

CustomTaskPaneCollection Class

Microsoft.Office.Tools Namespace