TagList(ReadOnlySpan<KeyValuePair<String,Object>>) 생성자

정의

지정된 tagList를 사용하여 의 TagList 새 instance 초기화합니다.

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

목록을 초기화할 태그 범위입니다.

적용 대상