Bahasa

RenderTreeBuilder.AddMultipleAttributes Metode

Definisi

Menambahkan bingkai yang mewakili beberapa atribut dengan nomor urutan yang sama.

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

Bilangan bulat yang mewakili posisi instruksi dalam kode sumber.

attributes
IEnumerable<KeyValuePair<String,Object>>

Kumpulan pasangan kunci-nilai yang mewakili atribut.

Berlaku untuk