TabularDataRow.Values プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値を指定します。
public:
property System::Collections::Generic::IList<System::Object ^> ^ Values { System::Collections::Generic::IList<System::Object ^> ^ get(); void set(System::Collections::Generic::IList<System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<object> Values { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Values : System.Collections.Generic.IList<obj> with get, set
Public Property Values As IList(Of Object)
プロパティ値
値。
- 属性