Share via


IVsWCFReferenceGroup.IsValid Method

Determines whether a Windows Communication Foundation (WCF) service reference group object has been invalidated.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Function IsValid As Integer
int IsValid()
int IsValid()
abstract IsValid : unit -> int
function IsValid() : int

Return Value

Type: Int32
false if the object has been invalidated; otherwise true.

Implements

IVsWCFObject.IsValid()

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.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroup Interface

IsValid Overload

Microsoft.VisualStudio.WCFReference.Interop Namespace