Share via


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)
実装

プロパティ

Count

アイテム セット内の要素の数を取得します。

Item[Int32]

指定したインデックス位置にある要素を取得します。

メソッド

Sort(IComparer<IExplorerViewItem>)

指定された比較演算子を使用して要素を並べ替えます。

適用対象