Compartir a través de


DatabaseSchemaViewElementNode.GetIcon (Método)

Devuelve el icono para este nodo de elemento.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Parámetros

  • isExpandedFolder
    Tipo: System.Boolean
    Es true para devolver el icono de carpeta expandido.

Valor devuelto

Tipo: System.Drawing.Bitmap

Implementaciones

ISchemaModelViewerNode.GetIcon(Boolean)
ISchemaModelViewerNode.GetIcon(Boolean)

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewElementNode Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)