IVsWCFReferenceManager Interface

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

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("2349F2F8-D2D5-4268-898C-35F1F013426D")> _
Public Interface IVsWCFReferenceManager
'Usage
Dim instance As IVsWCFReferenceManager
[InterfaceTypeAttribute()]
[GuidAttribute("2349F2F8-D2D5-4268-898C-35F1F013426D")]
public interface IVsWCFReferenceManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"2349F2F8-D2D5-4268-898C-35F1F013426D")]
public interface class IVsWCFReferenceManager
public interface IVsWCFReferenceManager

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.

See Also

Reference

IVsWCFReferenceManager Members

Microsoft.VisualStudio.WCFReference.Interop Namespace