IVsWCFReferenceGroupCollection.GetReferenceGroupByName(String, String) Method       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a specified Windows Communication Foundation (WCF) reference group in the collection.
public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ GetReferenceGroupByName(System::String ^ pszNamespace, System::String ^ pszName);public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ GetReferenceGroupByName(Platform::String ^ pszNamespace, Platform::String ^ pszName);Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup GetReferenceGroupByName(std::wstring const & pszNamespace, std::wstring const & pszName);public Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup GetReferenceGroupByName(string pszNamespace, string pszName);abstract member GetReferenceGroupByName : string * string -> Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroupPublic Function GetReferenceGroupByName (pszNamespace As String, pszName As String) As IVsWCFReferenceGroupParameters
- pszNamespace
- String
A string that contains the namespace for the reference group.
- pszName
- String
A string that contains the name of the reference group.
Returns
A WCF reference group.
Remarks
A reference group can also be returned by referencing the .svcmap file (GetReferenceGroupFromMapFile) or the item (Item).