共用方式為


AttributeDictionary.Values 屬性

定義

取得 ICollection<T>,包含 IDictionary<TKey,TValue> 中的值。

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

屬性值

實作

適用於