IVsWCFReferenceGroupCollection::Add Method (String^, String^)
Visual Studio 2015
Adds a Windows Communication Foundation (WCF) reference group to the collection.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- pszNamespace
-
Type:
System::String^
A string that contains the namespace for the reference group.
- pszName
-
Type:
System::String^
A string that contains the name of the reference group.
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop::IVsWCFReferenceGroup^A WCF reference group.
If the VSHPROPID_ServiceReferenceSupported property of the project is false or the property is not supported, this method fails.
Show: