Share via


IVsWCFReferenceGroupCollection.GetReferenceGroupFromMapFile(String) Method

Definition

Returns a specified Windows Communication Foundation (WCF) reference group in the collection.

public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ GetReferenceGroupFromMapFile(System::String ^ pszMapFilePath);
public:
 Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup ^ GetReferenceGroupFromMapFile(Platform::String ^ pszMapFilePath);
Microsoft::VisualStudio::WCFReference::Interop::IVsWCFReferenceGroup GetReferenceGroupFromMapFile(std::wstring const & pszMapFilePath);
public Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup GetReferenceGroupFromMapFile (string pszMapFilePath);
abstract member GetReferenceGroupFromMapFile : string -> Microsoft.VisualStudio.WCFReference.Interop.IVsWCFReferenceGroup
Public Function GetReferenceGroupFromMapFile (pszMapFilePath As String) As IVsWCFReferenceGroup

Parameters

pszMapFilePath
String

A string that contains the path of a .svcmap file for the WCF reference group.

Returns

A WCF reference group.

Remarks

A reference group can also be returned by referencing the namespace and name (GetReferenceGroupByName) or the item (Item).

Applies to