次の方法で共有


Support.SetItemData(Control, Int32, Int32) メソッド

定義

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

ItemDataListBoxItem プロパティを設定します。

public:
 static void SetItemData(System::Windows::Forms::Control ^ Control, int Index, int ItemData);
public static void SetItemData (System.Windows.Forms.Control Control, int Index, int ItemData);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static void SetItemData (System.Windows.Forms.Control Control, int Index, int ItemData);
static member SetItemData : System.Windows.Forms.Control * int * int -> unit
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member SetItemData : System.Windows.Forms.Control * int * int -> unit
Public Sub SetItemData (Control As Control, Index As Integer, ItemData As Integer)

パラメーター

Control
Control

ListBox コントロールまたは ComboBox コントロール。

Index
Int32

ListBoxItemIndex

ItemData
Int32

ItemData プロパティに代入する Integer

属性

注釈

Visual Basic 6.0 で、ItemDataプロパティをListBoxまたはComboBoxでデザイン時にコントロールを設定することが、プロパティウィンドウに関連付ける、Integerで、ListBoxまたはComboBox項目。 Visual Basic で、ItemDataプロパティが存在しなくなった;、GetItemDataSetItemDataの動作をエミュレートするメソッドを使用できますItemDataします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象