JSFieldInfo.GetValue(Object) Metodo
Definizione
Ottiene il valore del campo.Gets the value of the field.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
override System::Object ^ GetValue(System::Object ^ obj);
public override object GetValue (object obj);
override this.GetValue : obj -> obj
Public Overrides Function GetValue (obj As Object) As Object
Parametri
- obj
- Object
Oggetto di cui verrà restituito il valore del campo.The object whose field value will be returned.
Restituisce
Valore del campo.The value of the field.