SqlWorkbenchHierarchy.GetIconHandle 方法

定義

多載

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

參數

imageIndex
Int32

傳回

IntPtr

nativeint

適用於

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

參數

bForOpenFolder
Boolean

傳回

IntPtr

nativeint

適用於