EntityReference<TEntity>.OnSerializing(StreamingContext) Method
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.
This method is used internally to serialize related entity objects.
public:
void OnSerializing(System::Runtime::Serialization::StreamingContext context);
[System.ComponentModel.Browsable(false)]
[System.Runtime.Serialization.OnSerializing]
public void OnSerializing (System.Runtime.Serialization.StreamingContext context);
[<System.ComponentModel.Browsable(false)>]
[<System.Runtime.Serialization.OnSerializing>]
member this.OnSerializing : System.Runtime.Serialization.StreamingContext -> unit
Public Sub OnSerializing (context As StreamingContext)
Parameters
- context
- StreamingContext
The serialized stream.
- Attributes
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.