DriveListBox.Drive 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在執行階段選取的磁碟機。
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 實作有顯著差異時,才會需要這些函式和物件。