IVsWCFReferenceGroupCollection::GetReferenceGroupByName Method (String^, String^)
Visual Studio 2015
Returns a specified Windows Communication Foundation (WCF) reference group in 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.
A reference group can also be returned by referencing the .svcmap file (GetReferenceGroupFromMapFile) or the item (Item).
Show: