IVsWCFMetadataStorageProvider::GetStorageFromMapFile Method (String^)

 

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

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

IVsWCFMetadataStorage^ GetStorageFromMapFile(
	String^ pszMapFilePath
)

Parameters

pszMapFilePath
Type: System::String^

The path of the file.

Return Value

Type: Microsoft.VisualStudio.WCFReference.Interop::IVsWCFMetadataStorage^

A WCF metadata storage object.

Return to top
Show: