LanguageSpecificStringDictionary.Values 屬性

定義

重要

此 API 不符合 CLS 規範。

取得包含字典中值或字串的集合。

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

屬性值

包含字典中字串的集合。

實作

屬性

適用於