Share via


IVsWCFReferenceGroup.DeleteReference(Int32) Method

Definition

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

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

Parameters

index
Int32

An Integer representing the index of the reference to delete.

Remarks

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

Applies to