IVsWCFMetadataStorage.SaveMapFileData 方法

保存在 windows communication foundation (WCF) 元数据存储的 .svcmap 文件。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
Sub SaveMapFileData ( _
    content As Byte() _
)
void SaveMapFileData(
    byte[] content
)
void SaveMapFileData(
    [InAttribute] array<unsigned char>^ content
)
abstract SaveMapFileData : 
        content:byte[] -> unit
function SaveMapFileData(
    content : byte[]
)

参数

  • content
    类型:array<Byte[]

    包含元数据的 Byte 数组。

.NET Framework 安全性

请参阅

参考

IVsWCFMetadataStorage 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间