IVsWCFReferenceGroupCollection.GetReferenceGroupByName(String, String) Yöntem

Tanım

Koleksiyonda belirtilen bir Windows Communication Foundation (WCF) başvuru grubunu döndürür.

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.IVsWCFReferenceGroup
Public Function GetReferenceGroupByName (pszNamespace As String, pszName As String) As IVsWCFReferenceGroup

Parametreler

pszNamespace
String

Başvuru grubu için ad alanını içeren bir dize.

pszName
String

Başvuru grubunun adını içeren bir dize.

Döndürülenler

IVsWCFReferenceGroup

Bir WCF başvuru grubu.

Açıklamalar

Bir başvuru grubu,. svcmap dosyasına ( GetReferenceGroupFromMapFile ) veya öğeye () başvurarak da döndürülebilir Item .

Şunlara uygulanır