TagList(ReadOnlySpan<KeyValuePair<String,Object>>) Konstruktor

Definicja

Inicjuje TagList nowe wystąpienie przy użyciu określonego tagListelementu .

public:
 TagList(ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> tagList);
public TagList (ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object?>> tagList);
new System.Diagnostics.TagList : ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>> -> System.Diagnostics.TagList
Public Sub New (tagList As ReadOnlySpan(Of KeyValuePair(Of String, Object)))

Parametry

tagList
ReadOnlySpan<KeyValuePair<String,Object>>

Zakres tagów do inicjowania listy za pomocą polecenia .

Dotyczy