Share via


IVsWCFMetadataStorageProvider.GetStorageFromMapFile Method

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)

Syntax

'Declaration
Function GetStorageFromMapFile ( _
    pszMapFilePath As String _
) As IVsWCFMetadataStorage
IVsWCFMetadataStorage GetStorageFromMapFile(
    string pszMapFilePath
)
IVsWCFMetadataStorage^ GetStorageFromMapFile(
    [InAttribute] String^ pszMapFilePath
)
abstract GetStorageFromMapFile : 
        pszMapFilePath:string -> IVsWCFMetadataStorage
function GetStorageFromMapFile(
    pszMapFilePath : String
) : IVsWCFMetadataStorage

Parameters

  • pszMapFilePath
    Type: String

    The path of the file.

Return Value

Type: Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage
A WCF metadata storage object.

.NET Framework Security

See Also

Reference

IVsWCFMetadataStorageProvider Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace