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
- 实现
属性
| DisplayName |
获取属性的显示名称。 |
| EntityIdentity |
获取资源管理器中实体标识的字符串值。 (继承自 IExplorerItem) |
| Identity |
获取唯一标识此项的 ID。 (继承自 IExplorerItem) |
| Image |
获取 ExplorerView 控件中显示的项的图标。 |
| StateImage |
获取 ExplorerView 控件中图像的指定位置。 |
| Tag |
获取包含项相关数据的对象。 |
方法
| GetEntity() |
检索资源管理器的实体。 (继承自 IExplorerItem) |
| GetPropertyValue(String) |
指示表示属性名称的指定字符串。 (继承自 IExplorerItem) |