SqlWorkbenchHierarchy.GetIconHandle 方法

定義

多載

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

參數

imageIndex
Int32

傳回

IntPtr

適用於

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

參數

bForOpenFolder
Boolean

傳回

IntPtr

適用於