System.Web.Services.Description.MessagePartCollection Members

The members of System.Web.Services.Description.MessagePartCollection are listed below.

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionBaseCollection

Public Properties

default property
Item(int)MessagePart. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)MessagePart. Documentation for this section has not yet been entered.

Public Methods

Add(MessagePart) : int

Adds the specified System.Web.Services.Description.MessagePart to the end of the System.Web.Services.Description.MessagePartCollection.

Contains(MessagePart) : bool

Returns a value indicating whether the specified System.Web.Services.Description.MessagePart is a member of the MessagePartCollection.

CopyTo(MessagePart[], int)

Copies the entire System.Web.Services.Description.MessagePartCollection to a compatible one-dimensional array of type System.Web.Services.Description.MessagePart, starting at the specified zero-based index of the target array.

IndexOf(MessagePart) : int

Searches for the specified System.Web.Services.Description.MessagePart and returns the zero-based index of the first occurrence within the collection.

Insert(int, MessagePart)

Adds the specified System.Web.Services.Description.MessagePart to the System.Web.Services.Description.MessagePartCollection at the specified zero-based index.

Remove(MessagePart)

Removes the first occurrence of the specified System.Web.Services.Description.MessagePart from the System.Web.Services.Description.MessagePartCollection.

Protected Methods

override
GetKey(object) : string
Documentation for this section has not yet been entered.
override
SetParent(object, object)
Documentation for this section has not yet been entered.