IVsWCFReferenceManagerFactory::IsReferenceManagerSupported Method (IVsHierarchy^)
Visual Studio 2015
Returns a value that determines whether a project supports Windows Communication Foundation (WCF) service references.
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: System::Int320 if WCF service references are not supported; otherwise any non-zero Integer.
Call this method before you try to use the GetReferenceManager method to create a WCF reference manager.
Show: