Share via


IVsWCFReferenceGroupCollection.RemoveAt(Int32) Method

Definition

Removes a Windows Communication Foundation (WCF) reference group from the collection by index.

public:
 void RemoveAt(int index);
public:
 void RemoveAt(int index);
void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

An Integer representing the index of the WCF reference group to remove.

Applies to