SPSolutionFile.OpenBinary-Methode
Ruft den Inhalt der Datei ab.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function OpenBinary As ReadOnlyCollection(Of Byte)
'Usage
Dim instance As SPSolutionFile
Dim returnValue As ReadOnlyCollection(Of Byte)
returnValue = instance.OpenBinary()
public ReadOnlyCollection<byte> OpenBinary()
Rückgabewert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<Byte>
Eine schreibgeschützte Auflistung, die den Inhalt der Datei darstellt.