TableEntryBase.TrySetValue(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.
Set the data associated with the specified column (if this entry has data associated with that column).
public:
virtual bool TrySetValue(System::String ^ keyName, System::Object ^ content);
public:
virtual bool TrySetValue(Platform::String ^ keyName, Platform::Object ^ content);
virtual bool TrySetValue(std::wstring const & keyName, winrt::Windows::Foundation::IInspectable const & content);
public virtual bool TrySetValue (string keyName, object content);
abstract member TrySetValue : string * obj -> bool
override this.TrySetValue : string * obj -> bool
Public Overridable Function TrySetValue (keyName As String, content As Object) As Boolean
Parameters
- keyName
- String
The key name.
- content
- Object
The content.
Returns
true if the value was changed.