TabularDataRow.Values 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据行中的值。
public:
property System::Collections::ObjectModel::Collection<System::Object ^> ^ Values { System::Collections::ObjectModel::Collection<System::Object ^> ^ get(); void set(System::Collections::ObjectModel::Collection<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<object> Values { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Values : System.Collections.ObjectModel.Collection<obj> with get, set
Public Property Values As Collection(Of Object)
属性值
数据行中的值。
- 属性