Dela via


ISchemaModelViewerNode.GetIcon Method

Returns the icon for the node.

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

Syntax

'Declaration
Function GetIcon ( _
    isExpandedFolder As Boolean _
) As Bitmap
Bitmap GetIcon(
    bool isExpandedFolder
)
Bitmap^ GetIcon(
    bool isExpandedFolder
)
abstract GetIcon : 
        isExpandedFolder:bool -> Bitmap 
function GetIcon(
    isExpandedFolder : boolean
) : Bitmap

Parameters

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

Return Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

ISchemaModelViewerNode Interface

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