ListBox.AddItemsCore(Object[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202
注意事項
This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202
このメンバーは互換性のために残されており、代わりのメンバーはありません。
protected:
virtual void AddItemsCore(cli::array <System::Object ^> ^ value);
protected virtual void AddItemsCore (object[] value);
[System.Obsolete("This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void AddItemsCore (object[] value);
[System.Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void AddItemsCore (object[] value);
abstract member AddItemsCore : obj[] -> unit
override this.AddItemsCore : obj[] -> unit
[<System.Obsolete("This method has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member AddItemsCore : obj[] -> unit
override this.AddItemsCore : obj[] -> unit
[<System.Obsolete("This method has been deprecated. There is no replacement. https://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member AddItemsCore : obj[] -> unit
override this.AddItemsCore : obj[] -> unit
Protected Overridable Sub AddItemsCore (value As Object())
パラメーター
- value
- Object[]
オブジェクトの配列。
- 属性