IVsWCFReferenceGroupCollection::RemoveAt Method (Int32)

 

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

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

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

Return to top
Show: