Condividi tramite


ITableEntry.TrySetValue(String, Object) Metodo

Definizione

Impostare i dati associati alla colonna specificata (se questa voce contiene dati associati 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

Parametri

keyName
String

Nome della chiave.

content
Object

Il contenuto.

Restituisce

true se il valore è stato modificato.

Si applica a