Writer<TBufferWriter>.WriteStartObject(UInt32, Type, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit la balise d’objet start.
public void WriteStartObject (uint fieldId, Type expectedType, Type actualType);
member this.WriteStartObject : uint32 * Type * Type -> unit
Public Sub WriteStartObject (fieldId As UInteger, expectedType As Type, actualType As Type)
Paramètres
- fieldId
- UInt32
Identificateur de champ.
- expectedType
- Type
Type attendu.
- actualType
- Type
Type réel.