Share via


IVsWCFReferenceGroupCollection.IsValid Method

Definition

Determines if the index for a Windows Communication Foundation (WCF) reference group is valid in the collection.

public:
 int IsValid();
public:
 int IsValid();
int IsValid();
public int IsValid ();
abstract member IsValid : unit -> int
Public Function IsValid () As Integer

Returns

0 if the index is not valid; otherwise any non-zero Integer.

Implements

Applies to