Partilhar via


Método DatabaseSchemaViewNode.GetIcon

Retorna o ícone do nó.

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

Sintaxe

'Declaração
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
    True para retornar o ícone de pasta expandida.

Valor de retorno

Tipo: System.Drawing.Bitmap

Implementações

ISchemaModelViewerNode.GetIcon(Boolean)

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaViewNode Classe

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