SqlWorkbenchHierarchy.GetIconHandle 메서드

정의

오버로드

GetIconHandle(Int32)
GetIconHandle(ISqlToolsHierNode, Boolean)

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

적용 대상