JSFieldInfo.GetValue(Object) Método
Definição
Obtém o valor do campo.Gets the value of the field.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Parâmetros
- obj
- Object
O objeto cujo valor do campo será retornado.The object whose field value will be returned.
Retornos
O valor do campo.The value of the field.