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 : StringChemin 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.