IVsWCFMetadataStorageProvider.GetStorageFromMapFile(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 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.