次の方法で共有


DriveListBox.Items[] プロパティ

定義

DriveListBox に格納されている項目を取得します。

オーバーロード

Items

DriveListBox に格納されている項目を取得します。

Items[Int32]

DriveListBox 内の指定したインデックスに対応する項目を取得します。

Items

DriveListBox に格納されている項目を取得します。

public:
 property System::Windows::Forms::ComboBox::ObjectCollection ^ Items { System::Windows::Forms::ComboBox::ObjectCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ComboBox.ObjectCollection Items { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Items : System.Windows.Forms.ComboBox.ObjectCollection
Public ReadOnly Property Items As ComboBox.ObjectCollection

プロパティ値

ListBox.ObjectCollection 内の項目を表す DirListBox

属性

注釈

に現在表示されているドライブの一覧を取得するには、このプロパティを DriveListBox使用します。

注意

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

こちらもご覧ください

適用対象

Items[Int32]

DriveListBox 内の指定したインデックスに対応する項目を取得します。

public:
 property System::String ^ Items[int] { System::String ^ get(int Index); };
[System.ComponentModel.Browsable(false)]
public string Items[int Index] { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Items(int) : string
Public ReadOnly Property Items(Index As Integer) As String

パラメーター

Index
Int32

リスト内の特定の項目の番号。

プロパティ値

指定した Index 位置にあるドライブの名前を格納している String

属性

注釈

内のドライブの名前を取得するには、このプロパティを DriveListBox使用します。

注意

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

こちらもご覧ください

適用対象