IVsWCFMetadataStorageProvider.GetStorageFromMapFile(String) Method

Definition

Returns a Windows Communication Foundation (WCF) metadata storage based on the full path of a .svcmap file.

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

Parameters

pszMapFilePath
String

The path of the file.

Returns

A WCF metadata storage object.

Applies to