DatabaseSchemaViewNode.GetIcon Method

Returns the icon for the node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function GetIcon ( _
    isExpandedFolder As Boolean _
) As Bitmap
'Usage
Dim instance As DatabaseSchemaViewNode
Dim isExpandedFolder As Boolean
Dim returnValue As Bitmap

returnValue = instance.GetIcon(isExpandedFolder)
public virtual Bitmap GetIcon(
    bool isExpandedFolder
)
public:
virtual Bitmap^ GetIcon(
    bool isExpandedFolder
)
public function GetIcon(
    isExpandedFolder : boolean
) : Bitmap
abstract GetIcon : 
        isExpandedFolder:bool -> Bitmap 
override GetIcon : 
        isExpandedFolder:bool -> Bitmap 

Parameters

  • isExpandedFolder
    Type: System.Boolean
    Specifies whether the folder is expanded.

Return Value

Type: System.Drawing.Bitmap
Returns null.

Implements

IDatabaseSchemaViewNode.GetIcon(Boolean)

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

DatabaseSchemaViewNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace