IVsWCFReferenceManagerFactory::GetReferenceManager Method (IVsHierarchy^)
Visual Studio 2015
Returns a Windows Communication Foundation (WCF) reference manager for a project.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- pHierProject
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The IVsHierarchy for the project.
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop::IVsWCFReferenceManager^A WCF reference manager object.
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: