RenderTreeBuilder.SetKey(Object) Method

Definition

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.

Applies to