Freigeben über


IVsServiceReferenceMetadataStorageProvider.GetMetadataStorageFromMapFile Method

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

Syntax

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

Parameters

  • pszMapFilePath
    Type: String
    Returns a XML web service metadata storage based on the full path of a .svcmap file.

Return Value

Type: Microsoft.VisualStudio.WCFReference.Interop.IVsServiceReferenceMetadataStorage
A XML web service metadata storage object.

.NET Framework Security

See Also

Reference

IVsServiceReferenceMetadataStorageProvider Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace