ReferenceResolver.AddReference(String, Object) 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.
Adds an entry to the bag of references using the specified id and value. This method gets called when an $id metadata property from a JSON object is read.
public:
abstract void AddReference(System::String ^ referenceId, System::Object ^ value);
public abstract void AddReference (string referenceId, object value);
abstract member AddReference : string * obj -> unit
Public MustOverride Sub AddReference (referenceId As String, value As Object)
Parameters
- referenceId
- String
The identifier of the JSON object or array.
- value
- Object
The value of the CLR reference type object that results from parsing the JSON object.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.