IVsServiceReferenceMetadataStorage.LoadMetadataFile 方法

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

语法

声明
Function LoadMetadataFile ( _
    pszMetadataFileName As String _
) As Byte()
byte[] LoadMetadataFile(
    string pszMetadataFileName
)
array<unsigned char>^ LoadMetadataFile(
    [InAttribute] String^ pszMetadataFileName
)
abstract LoadMetadataFile : 
        pszMetadataFileName:string -> byte[] 
function LoadMetadataFile(
    pszMetadataFileName : String
) : byte[]

参数

  • pszMetadataFileName
    类型:String

返回值

类型:array<Byte[]

.NET Framework 安全性

请参阅

参考

IVsServiceReferenceMetadataStorage 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间