Edit

Share via


UriSchemeKeyedCollection.InsertItem(Int32, Uri) Method

Definition

Inserts a URI into the collection at a specified ___location.

protected:
 override void InsertItem(int index, Uri ^ item);
protected override void InsertItem(int index, Uri item);
override this.InsertItem : int * Uri -> unit
Protected Overrides Sub InsertItem (index As Integer, item As Uri)

Parameters

index
Int32

The zero-based index that specifies the insertion ___location for the item in the collection.

item
Uri

The Uri to be inserted into the collection.

Exceptions

The item URI is not an absolute URI.

item URI already contains a scheme name already in the collection.

Applies to