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)

プロパティ値

ディクショナリ内の値 (文字列) を含むコレクション。

実装

属性

適用対象