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)
プロパティ値
データ行の値です。
- 属性