IVsWCFReferenceManagerFactory Interface

Provides an interface for creating IVsWCFReferenceManager instances.

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

Syntax

'Declaration
<GuidAttribute("2FE19F72-EDD1-4FA4-9F36-A90A52ED166A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWCFReferenceManagerFactory
'Usage
Dim instance As IVsWCFReferenceManagerFactory
[GuidAttribute("2FE19F72-EDD1-4FA4-9F36-A90A52ED166A")]
[InterfaceTypeAttribute()]
public interface IVsWCFReferenceManagerFactory
[GuidAttribute(L"2FE19F72-EDD1-4FA4-9F36-A90A52ED166A")]
[InterfaceTypeAttribute()]
public interface class IVsWCFReferenceManagerFactory
public interface IVsWCFReferenceManagerFactory

Remarks

A reference manager factory is used to create a Windows Communication Foundation (WCF) reference manager instance for a given project (represented by IVsHierarchy instance).

The reference manager factory only supports a project that supports storage service. If WCF service references are not supported, GetReferenceManager returns an error. A client can call IsReferenceManagerSupported to verify whether WCF service references are supported.

See Also

Reference

IVsWCFReferenceManagerFactory Members

Microsoft.VisualStudio.WCFReference.Interop Namespace