Share via


RenderTreeBuilder.AddMultipleAttributes Methode

Definition

Fügt Frames hinzu, die mehrere Attribute mit derselben Sequenznummer darstellen.

public:
 void AddMultipleAttributes(int sequence, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ attributes);
public void AddMultipleAttributes (int sequence, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> attributes);
public void AddMultipleAttributes (int sequence, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>? attributes);
member this.AddMultipleAttributes : int * seq<System.Collections.Generic.KeyValuePair<string, obj>> -> unit
Public Sub AddMultipleAttributes (sequence As Integer, attributes As IEnumerable(Of KeyValuePair(Of String, Object)))

Parameter

sequence
Int32

Eine ganze Zahl, die die Position der Anweisung im Quellcode darstellt.

attributes
IEnumerable<KeyValuePair<String,Object>>

Eine Auflistung von Schlüssel-Wert-Paaren, die Attribute darstellen.

Gilt für: