Compartir a través de


DatabaseSchemaViewNode.GetIcon (Método)

Devuelve el icono para el nodo.

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 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

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)

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewNode Clase

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