다음을 통해 공유


MeterOptions.Tags 속성

정의

미터와 연결된 키-값 쌍 태그의 선택적 목록입니다.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ Tags { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); void set(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ value); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>>? Tags { get; set; }
member this.Tags : seq<System.Collections.Generic.KeyValuePair<string, obj>> with get, set
Public Property Tags As IEnumerable(Of KeyValuePair(Of String, Object))

속성 값

적용 대상