IVsWCFReferenceManagerFactory::GetReferenceManager Method (IVsHierarchy^)

 

Returns a Windows Communication Foundation (WCF) reference manager for a project.

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

IVsWCFReferenceManager^ GetReferenceManager(
	IVsHierarchy^ pHierProject
)

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.

Return to top
Show: