RenderTreeBuilder.SetKey(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.
Assigns the specified key value to the current element or component.
public:
void SetKey(System::Object ^ value);
public void SetKey (object value);
public void SetKey (object? value);
member this.SetKey : obj -> unit
Public Sub SetKey (value As Object)
Parameters
- value
- Object
The value for the key.