SqlWorkbenchHierarchy.GetIconHandle Method

Definition

Overloads

GetIconHandle(Int32)

protected:
 IntPtr GetIconHandle(int imageIndex);
protected IntPtr GetIconHandle(int imageIndex);
member this.GetIconHandle : int -> nativeint
Protected Function GetIconHandle (imageIndex As Integer) As IntPtr

Parameters

imageIndex
Int32

Returns

IntPtr

nativeint

Applies to

GetIconHandle(ISqlToolsHierNode, Boolean)

protected:
 IntPtr GetIconHandle(Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNode ^ node, bool bForOpenFolder);
protected IntPtr GetIconHandle(Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode node, bool bForOpenFolder);
member this.GetIconHandle : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode * bool -> nativeint
Protected Function GetIconHandle (node As ISqlToolsHierNode, bForOpenFolder As Boolean) As IntPtr

Parameters

bForOpenFolder
Boolean

Returns

IntPtr

nativeint

Applies to