IExplorerViewItem Interface

Definition

Represents a class that enables the ViewItem property.

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
Implements

Properties

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.

Methods

GetEntity()

Retrieves the entity of the explorer.

(Inherited from IExplorerItem)
GetPropertyValue(String)

Indicates a specified string that represents the property name.

(Inherited from IExplorerItem)

Applies to