LanguageSpecificStringDictionary.Values Property

Definition

Important

This API is not CLS-compliant.

Gets a collection containing the values, or strings, in the dictionary.

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)

Property Value

A collection containing the strings in the dictionary.

Implements

Attributes

Applies to