IExplorerViewItemSet 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 ExplorerView 控制項中顯示指定項目。
public interface class IExplorerViewItemSet : System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::Explorer::IExplorerViewItem ^>
public interface IExplorerViewItemSet : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Explorer.IExplorerViewItem>
type IExplorerViewItemSet = interface
interface seq<IExplorerViewItem>
interface IEnumerable
Public Interface IExplorerViewItemSet
Implements IEnumerable(Of IExplorerViewItem)
- 實作
屬性
| 名稱 | Description |
|---|---|
| Count |
取得項目集中元素的數量。 |
| Item[Int32] |
取得位於指定索引處的專案。 |
方法
| 名稱 | Description |
|---|---|
| Sort(IComparer<IExplorerViewItem>) |
使用指定的比較器來排序元素。 |