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> 的对象中的值。

实现

适用于