TagList(ReadOnlySpan<KeyValuePair<String,Object>>) コンストラクター

定義

指定した を使用して の TagList 新しいインスタンスを初期化します tagList

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

パラメーター

tagList
ReadOnlySpan<KeyValuePair<String,Object>>

リストを初期化するタグのスパン。

適用対象