IVsWCFReferenceGroup.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 whether a Windows Communication Foundation (WCF) service reference group object has been invalidated.
public:
int IsValid();
public:
int IsValid();
int IsValid();
public int IsValid ();
abstract member IsValid : unit -> int
Public Function IsValid () As Integer
Returns
false if the object has been invalidated; otherwise true.
Implements
Remarks
The IsValid method returns false
when the object has been invalidated, for example when the project is reloaded or when the object has been deleted from its parent collection.