IVsWCFReferenceManager Interface

Definition

Provides an interface for managing Windows Communication Foundation (WCF) service references.

public interface class IVsWCFReferenceManager
public interface class IVsWCFReferenceManager
__interface IVsWCFReferenceManager
[System.Runtime.InteropServices.Guid("2349F2F8-D2D5-4268-898C-35F1F013426D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWCFReferenceManager
[<System.Runtime.InteropServices.Guid("2349F2F8-D2D5-4268-898C-35F1F013426D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWCFReferenceManager = interface
Public Interface IVsWCFReferenceManager
Attributes

Remarks

References to Web services (ASMX) that use ASP.NET are persisted and managed just as they were in Visual Studio 2005. The old automation model is still supported. The new automation model (which is exposed by the IVsWCFReferenceManager interface) applies to WCF service references only. The new model does not support ASMX references and does not provide any information about ASMX service implementation.

Methods

AdviseWCFReferenceEvents(IVsWCFReferenceEvents, UInt32)

Registers the caller for Windows Communication Foundation (WCF) service event notification.

GetReferenceEndpointEnumerator()

Returns an enumerator for endpoints in a Windows Communication Foundation (WCF) service reference.

GetReferenceGroupCollection()

Returns a collection of reference groups for a Windows Communication Foundation (WCF) service reference.

UnadviseWCFReferenceEvents(UInt32)

Cancels registration for Windows Communication Foundation (WCF) service reference event notification.

Applies to