ActivityTagsCollection.Values プロパティ

定義

格納されているすべてのタグの値のリストを取得します。

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object?> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

プロパティ値

ICollection<T> を実装するオブジェクトの値を保持している IDictionary<TKey,TValue>

実装

適用対象