IVsServiceReferenceMetadataStorageProvider.GetMetadataStorageFromMapFile 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.
public:
Microsoft::VisualStudio::WCFReference::Interop::IVsServiceReferenceMetadataStorage ^ GetMetadataStorageFromMapFile(System::String ^ pszMapFilePath);
public:
Microsoft::VisualStudio::WCFReference::Interop::IVsServiceReferenceMetadataStorage ^ GetMetadataStorageFromMapFile(Platform::String ^ pszMapFilePath);
Microsoft::VisualStudio::WCFReference::Interop::IVsServiceReferenceMetadataStorage GetMetadataStorageFromMapFile(std::wstring const & pszMapFilePath);
public Microsoft.VisualStudio.WCFReference.Interop.IVsServiceReferenceMetadataStorage GetMetadataStorageFromMapFile (string pszMapFilePath);
abstract member GetMetadataStorageFromMapFile : string -> Microsoft.VisualStudio.WCFReference.Interop.IVsServiceReferenceMetadataStorage
Public Function GetMetadataStorageFromMapFile (pszMapFilePath As String) As IVsServiceReferenceMetadataStorage
Parameters
- pszMapFilePath
- String
Returns a XML web service metadata storage based on the full path of a .svcmap file.
Returns
A XML web service metadata storage object.