IVsWCFReferenceGroupCollection.IsValid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.