SPSolutionFile.OpenBinary 方法

检索该文件的内容。

命名空间:  Microsoft.SharePoint.UserCode
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function OpenBinary As ReadOnlyCollection(Of Byte)
用法
Dim instance As SPSolutionFile
Dim returnValue As ReadOnlyCollection(Of Byte)

returnValue = instance.OpenBinary()
public ReadOnlyCollection<byte> OpenBinary()

返回值

类型:System.Collections.ObjectModel.ReadOnlyCollection<Byte>
只读集合,表示该文件的内容。

另请参阅

引用

SPSolutionFile 类

SPSolutionFile 成员

Microsoft.SharePoint.UserCode 命名空间