IVsWCFReferenceGroupCollection::Add Method (String^, String^)

 

Adds a Windows Communication Foundation (WCF) reference group to the collection.

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

IVsWCFReferenceGroup^ Add(
	String^ pszNamespace,
	String^ pszName
)

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.

If the VSHPROPID_ServiceReferenceSupported property of the project is false or the property is not supported, this method fails.

Return to top
Show: