Partilhar via


Método ISchemaModelViewerNode.GetIcon

Retorna o ícone do nó.

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

Sintaxe

'Declaração
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

Parâmetros

  • isExpandedFolder
    Tipo: System.Boolean
    True para retornar o ícone de pasta expandida.

Valor de retorno

Tipo: System.Drawing.Bitmap

Segurança do .NET Framework

Consulte também

Referência

ISchemaModelViewerNode Interface

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