IIconHandler.GetIcon(INodeInformation) Method

Definition

Retrieves the icon for this node.

public:
 System::Drawing::Icon ^ GetIcon(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public System.Drawing.Icon GetIcon (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member GetIcon : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> System.Drawing.Icon
Public Function GetIcon (source As INodeInformation) As Icon

Parameters

source
INodeInformation

Source information for this node.

Returns

The value of the icon for this node.

Applies to