IVsWCFReferenceGroupCollection.GetReferenceGroupFromMapFile(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 ^ 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).