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

定義

注意事項

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

ListBoxまたはComboBox項目に関連付けられたIntegerを取得します。

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

パラメーター

Control
Control

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

Index
Int32

Integerのインデックスを表すListBoxItem

返品

指定したIntegerに関連付けられているListBoxItem

属性

注釈

Visual Basic 6.0 では、 または コントロールの プロパティを、 または 項目に関連付ける 3>Properties ウィンドウ。 Visual Basicでは、ItemData プロパティは存在しなくなります。GetItemData メソッドと SetItemData メソッドを使用して、ItemData の動作をエミュレートできます。

Note

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

適用対象