XmlnsDictionary.Values プロパティ

定義

XmlnsDictionary のすべての値のコレクションを取得します。

public:
 property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public ReadOnly Property Values As ICollection

プロパティ値

XmlnsDictionary のすべての値のコレクション。

実装

適用対象