DatabaseSchemaViewRootNode.GetIcon Method

Returns the icon for the project 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 Overrides Function GetIcon ( _
    isExpandedFolder As Boolean _
) As Bitmap
'Usage
Dim instance As DatabaseSchemaViewRootNode
Dim isExpandedFolder As Boolean
Dim returnValue As Bitmap

returnValue = instance.GetIcon(isExpandedFolder)
public override Bitmap GetIcon(
    bool isExpandedFolder
)
public:
virtual Bitmap^ GetIcon(
    bool isExpandedFolder
) override
public override 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

Implements

IDatabaseSchemaViewNode.GetIcon(Boolean)
IDatabaseSchemaViewNode.GetIcon(Boolean)

.NET Framework Security

See Also

Reference

DatabaseSchemaViewRootNode Class

DatabaseSchemaViewRootNode Members

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