Compartir a través de


ITableEntry.TrySetValue(String, Object) Método

Definición

Establezca los datos asociados a la columna especificada (si esta entrada tiene datos asociados a keyName).

public:
 bool TrySetValue(System::String ^ keyName, System::Object ^ content);
public:
 bool TrySetValue(Platform::String ^ keyName, Platform::Object ^ content);
bool TrySetValue(std::wstring const & keyName, winrt::Windows::Foundation::IInspectable const & content);
public bool TrySetValue (string keyName, object content);
abstract member TrySetValue : string * obj -> bool
Public Function TrySetValue (keyName As String, content As Object) As Boolean

Parámetros

keyName
String

El nombre de clave.

content
Object

Contenido.

Devoluciones

true si se cambió el valor.

Se aplica a