Sdílet prostřednictvím


ISchemaModelViewerNode.GetIcon – metoda

Vrátí ikonu uzlu.

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

Syntaxe

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

Parametry

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

Vrácená hodnota

Typ: System.Drawing.Bitmap

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISchemaModelViewerNode Rozhraní

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