DriveListBox.Drive 属性

定义

运行时获取或设置选定的驱动器。

public:
 property System::String ^ Drive { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Drive { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Drive : string with get, set
Public Property Drive As String

属性值

一个指定选定驱动器的 String 表达式。

属性

注解

属性的有效驱动器 Drive 包括在运行时创建或刷新控件时,系统中存在或连接到系统的所有驱动器。 属性的 Drive 默认设置是当前驱动器。

注意

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

适用于

另请参阅