BamlLocalizationDictionary.Values 属性

定义

获取一个集合,该集合包含 BamlLocalizationDictionary 中的所有值。

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

属性值

一个包含对象中所有值的集合。

实现

适用于