DatabaseSchemaViewElementNode.GetIcon Method
Returns the icon for this element 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 Overrides Function GetIcon ( _
isExpandedFolder As Boolean _
) As Bitmap
public override Bitmap GetIcon(
bool isExpandedFolder
)
public:
virtual Bitmap^ GetIcon(
bool isExpandedFolder
) override
abstract GetIcon :
isExpandedFolder:bool -> Bitmap
override GetIcon :
isExpandedFolder:bool -> Bitmap
public override 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)
ISchemaModelViewerNode.GetIcon(Boolean)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseSchemaViewElementNode Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace