SqlWorkbenchHierarchy.GetIconHandle Metodo

Definizione

Overload

GetIconHandle(Int32)
GetIconHandle(ISqlToolsHierNode, Boolean)

GetIconHandle(Int32)

protected:
 IntPtr GetIconHandle(int imageIndex);
protected IntPtr GetIconHandle (int imageIndex);
Protected Function GetIconHandle (imageIndex As Integer) As IntPtr

Parametri

imageIndex
Int32

Restituisce

IntPtr

Si applica a

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);
Protected Function GetIconHandle (node As ISqlToolsHierNode, bForOpenFolder As Boolean) As IntPtr

Parametri

bForOpenFolder
Boolean

Restituisce

IntPtr

Si applica a