RenderTreeBuilder.AddComponentParameter(Int32, 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.
Appends a frame representing a component parameter.
public void AddComponentParameter (int sequence, string name, object? value);
member this.AddComponentParameter : int * string * obj -> unit
Public Sub AddComponentParameter (sequence As Integer, name As String, value As Object)
Parameters
- sequence
- Int32
An integer that represents the position of the instruction in the source code.
- name
- String
The name of the attribute.
- value
- Object
The value of the attribute.