Claim.CustomSerializationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains any additional data provided by a derived type.
protected:
virtual property cli::array <System::Byte> ^ CustomSerializationData { cli::array <System::Byte> ^ get(); };
protected virtual byte[] CustomSerializationData { get; }
protected virtual byte[]? CustomSerializationData { get; }
member this.CustomSerializationData : byte[]
Protected Overridable ReadOnly Property CustomSerializationData As Byte()
Property Value
Byte[]
A Byte array representing the additional serialized data.
Remarks
The CustomSerializationData property is typically set when calling WriteTo(BinaryWriter, Byte[]).
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.