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

プロパティ値

適用対象