Aracılığıyla paylaş


LanguageSpecificStringDictionary.Values Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Sözlükteki değerleri veya dizeleri içeren bir koleksiyonu alır.

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)

Özellik Değeri

ICollection<String>

Sözlükteki dizeleri içeren bir koleksiyon.

Uygulamalar

Öznitelikler

Şunlara uygulanır