DirListBox.DirListCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DirListBox 控制項中清單區段內的項目數。
public:
property int DirListCount { int get(); };
[System.ComponentModel.Browsable(false)]
public int DirListCount { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DirListCount : int
Public ReadOnly Property DirListCount As Integer
屬性值
Integer
,代表清單中的項目數。
- 屬性
備註
使用這個屬性可傳回目前選取目錄中的子目錄數目。 屬性DirListCount
可與和 DirListIndex 屬性搭配DirList[]運作。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。