IIconHandler.GetIcon(INodeInformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.