IVsWCFReferenceGroup::DeleteReference Method (Int32)

 

Deletes a Windows Communication Foundation (WCF) service reference from a reference group.

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

void DeleteReference(
	int index
)

Parameters

index
Type: System::Int32

An Integer representing the index of the reference to delete.

When the VSHPROPID_ServiceReferenceSupported property of the client project is false or the property is not supported, the method fails.

Return to top
Show: