IExplorerViewItemSet 介面

定義

在 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>)

使用指定的比較器來排序元素。

適用於