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: System.StringReturns 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
- 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.