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>입니다.

구현

적용 대상