Sdílet prostřednictvím


DatabaseSchemaViewNode.GetIcon – metoda

Vrátí ikonu uzlu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Parametry

  • isExpandedFolder
    Typ: System.Boolean
    True vrátit Ikona rozbalené složky.

Vrácená hodnota

Typ: System.Drawing.Bitmap

Implementuje

ISchemaModelViewerNode.GetIcon(Boolean)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseSchemaViewNode Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů