InsertItem Method
Collapse the table of content
Expand the table of content

ChannelParameterCollection.InsertItem Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Inserts the specified item into the collection using the specified index.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected override void InsertItem(
	int index,
	Object item
)

Parameters

index
Type: System.Int32
The index of the item in the collection.
item
Type: System.Object
The item to add to the collection.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft