IExplorerViewItem 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個能啟用 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
- 實作
屬性
| 名稱 | Description |
|---|---|
| DisplayName |
取得某個物件的顯示名稱。 |
| EntityIdentity |
在檔案總管中取得實體識別的字串值。 (繼承來源 IExplorerItem) |
| Identity |
取得唯一能識別此物品的 ID。 (繼承來源 IExplorerItem) |
| Image |
會看到 ExplorerView 控制項中顯示的物品圖示。 |
| StateImage |
取得 ExplorerView 控制項中指定位置的影像。 |
| Tag |
取得包含該物品資料的物件。 |
方法
| 名稱 | Description |
|---|---|
| GetEntity() |
取回探險者的實體。 (繼承來源 IExplorerItem) |
| GetPropertyValue(String) |
表示一個指定字串,代表屬性名稱。 (繼承來源 IExplorerItem) |