Delen via


DatabaseSchemaViewNode.GetIcon Method

Returns the icon for the node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable Function GetIcon ( _
    isExpandedFolder As Boolean _
) As Bitmap
public virtual Bitmap GetIcon(
    bool isExpandedFolder
)
public:
virtual Bitmap^ GetIcon(
    bool isExpandedFolder
)
abstract GetIcon : 
        isExpandedFolder:bool -> Bitmap 
override GetIcon : 
        isExpandedFolder:bool -> Bitmap 
public function GetIcon(
    isExpandedFolder : boolean
) : Bitmap

Parameters

  • isExpandedFolder
    Type: System.Boolean
    True to return the expanded folder icon.

Return Value

Type: System.Drawing.Bitmap

Implements

ISchemaModelViewerNode.GetIcon(Boolean)

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace