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 中所有值的集合。

实现

适用于