IExplorerViewItem Interface
Represents a class that enables the ViewItem property.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayName | Gets the display name for a property. |
![]() | EntityIdentity | Gets the string value of entity identification in the explorer.(Inherited from IExplorerItem.) |
![]() | Identity | Gets the ID that uniquely identifies this item.(Inherited from IExplorerItem.) |
![]() | Image | Gets the icon for the item displayed in the ExplorerView control. |
![]() | StateImage | Gets the specified position of the image in the ExplorerView control. |
![]() | Tag | Gets the object that contains data about the item. |
| Name | Description | |
|---|---|---|
![]() | GetEntity() | Retrieves the entity of the explorer.(Inherited from IExplorerItem.) |
![]() | GetPropertyValue(String^) | Indicates a specified string that represents the property name.(Inherited from IExplorerItem.) |
Show:

