DirListBox.DirList[Int32] 属性

定义

获取 DirListBox 控件的列表部分中包含的项。

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

参数

Index
Int32

列表中某个特定项的编号。

属性值

一个包含指定项的目录和路径的 String

属性

注解

使用此属性访问列表项。 属性 DirListDirListCountDirListIndex 属性一起使用。

DirListBox对于控件,Index在运行时创建控件时,数字序列基于当前目录和子目录。

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。

适用于

另请参阅