IVsWCFReferenceManagerFactory Interface
Visual Studio 2015
Provides an interface for creating IVsWCFReferenceManager instances.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetReferenceManager(IVsHierarchy) | Returns a Windows Communication Foundation (WCF) reference manager for a project. |
![]() | IsReferenceManagerSupported(IVsHierarchy) | Returns a value that determines whether a project supports Windows Communication Foundation (WCF) service references. |
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.
Show:
