SqlWorkbenchHierarchy.GetIconHandle Método

Definição

Sobrecargas

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

Parâmetros

imageIndex
Int32

Retornos

IntPtr

nativeint

Aplica-se 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);
member this.GetIconHandle : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode * bool -> nativeint
Protected Function GetIconHandle (node As ISqlToolsHierNode, bForOpenFolder As Boolean) As IntPtr

Parâmetros

bForOpenFolder
Boolean

Retornos

IntPtr

nativeint

Aplica-se a