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)

public interface class IExplorerViewItem : IExplorerItem

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name for a property.

System_CAPS_pubpropertyEntityIdentity

Gets the string value of entity identification in the explorer.(Inherited from IExplorerItem.)

System_CAPS_pubpropertyIdentity

Gets the ID that uniquely identifies this item.(Inherited from IExplorerItem.)

System_CAPS_pubpropertyImage

Gets the icon for the item displayed in the ExplorerView control.

System_CAPS_pubpropertyStateImage

Gets the specified position of the image in the ExplorerView control.

System_CAPS_pubpropertyTag

Gets the object that contains data about the item.

NameDescription
System_CAPS_pubmethodGetEntity()

Retrieves the entity of the explorer.(Inherited from IExplorerItem.)

System_CAPS_pubmethodGetPropertyValue(String^)

Indicates a specified string that represents the property name.(Inherited from IExplorerItem.)

Return to top
Show: