FileListBox.System 屬性

定義

取得或設定值,判斷 FileListBox 控制項是否顯示具有 System 屬性的檔案。

public:
 property bool System { bool get(); void set(bool value); };
public bool System { get; set; }
member this.System : bool with get, set
Public Property System As Boolean

屬性值

如果將顯示具有 true 屬性的檔案,則為 System,否則為 false。 預設為 true

備註

使用這個屬性可指定要根據作業環境中所使用的標準System檔案屬性,在控件中顯示的FileListBox檔類型。 在運行時間設定這個屬性會 FileListBox 重設 控件,只顯示具有指定屬性的檔案。

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic 2008。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。

適用於

另請參閱