Поделиться через


RenderTreeBuilder.AddMultipleAttributes Метод

Определение

Добавляет кадры, представляющие несколько атрибутов с одинаковым порядкового номера.

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)))

Параметры

sequence
Int32

Целое число, представляющее положение инструкции в исходном коде.

attributes
IEnumerable<KeyValuePair<String,Object>>

Коллекция пар "ключ-значение", представляющих атрибуты.

Применяется к