共用方式為


IVsServiceReferenceMetadataStorage.SaveMapFileData 方法

命名空間:  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[]

.NET Framework 安全性

請參閱

參考

IVsServiceReferenceMetadataStorage 介面

Microsoft.VisualStudio.WCFReference.Interop 命名空間