Measurement<T>.Tags 属性

定义

获取度量标记列表。

public:
 property ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> Tags { ReadOnlySpan<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> get(); };
public ReadOnlySpan<System.Collections.Generic.KeyValuePair<string,object?>> Tags { get; }
member this.Tags : ReadOnlySpan<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Tags As ReadOnlySpan(Of KeyValuePair(Of String, Object))

属性值

适用于