IVsWCFReferenceGroupCollection.RemoveAt(Int32) Yöntem

Tanım

Windows Communication Foundation (WCF) başvuru grubunu koleksiyondan dizine göre kaldırır.

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)

Parametreler

index
Int32

Kaldırılacak WCF başvuru grubunun dizinini temsil eden bir tamsayı.

Şunlara uygulanır