Share via


IExplorerViewItem インターフェイス

定義

ViewItem プロパティを有効にするクラスを表します。

public interface class IExplorerViewItem : Microsoft::SqlServer::Management::Explorer::IExplorerItem
public interface IExplorerViewItem : Microsoft.SqlServer.Management.Explorer.IExplorerItem
type IExplorerViewItem = interface
    interface IExplorerItem
Public Interface IExplorerViewItem
Implements IExplorerItem
実装

プロパティ

DisplayName

プロパティの表示名を取得します。

EntityIdentity

エクスプローラー内のエンティティ識別子の文字列値を取得します。

(継承元 IExplorerItem)
Identity

このアイテムを一意に識別する ID 値を取得します。

(継承元 IExplorerItem)
Image

ExplorerView コントロールに表示されるアイテムのアイコンを取得します。

StateImage

ExplorerView コントロール内の画像の指定された位置を取得します。

Tag

アイテムに関するデータを含むオブジェクトを取得します。

メソッド

GetEntity()

エクスプローラーのエンティティを取得します。

(継承元 IExplorerItem)
GetPropertyValue(String)

プロパティ名を表す特定の文字列を示します。

(継承元 IExplorerItem)

適用対象