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)

属性值

ICollection<String>

一个包含字典中的字符串的集合。

实现

属性

适用于