Partager via


IVsWCFMetadataStorageProvider.GetStorageFromMapFile, méthode

Retourne un stockage de (WCF) métadonnées de Windows Communication Foundation selon le chemin complet d'un fichier de .svcmap.

Espace de noms :  Microsoft.VisualStudio.WCFReference.Interop
Assembly :  Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pszMapFilePath
    Type : String

    Chemin d'accès au fichier.

Valeur de retour

Type : Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage
Un objet de stockage de métadonnées de WCF.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFMetadataStorageProvider Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms