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: System.StringThe path of the file.
Return Value
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage
A WCF metadata storage object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.