IExplorerViewItem Interface
Represents a class that enables the ViewItem property.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Public Interface IExplorerViewItem _
Inherits IExplorerItem
'Usage
Dim instance As IExplorerViewItem
public interface IExplorerViewItem : IExplorerItem
public interface class IExplorerViewItem : IExplorerItem
type IExplorerViewItem =
interface
interface IExplorerItem
end
public interface IExplorerViewItem extends IExplorerItem
The IExplorerViewItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name for a property. | |
EntityIdentity | Gets the string value of entity identification in the explorer. (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. |
Top
Methods
Name | Description | |
---|---|---|
GetEntity | Retrieves the entity of the explorer. (Inherited from IExplorerItem.) | |
GetPropertyValue | Indicates a specified string that represents the property name. (Inherited from IExplorerItem.) |
Top