ISchemaModelViewerNode.GetIcon-Methode

Gibt das Symbol für den Knoten zurück.

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

Syntax

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

Parameter

  • isExpandedFolder
    Typ: System.Boolean
    true, wenn das erweiterte Ordnersymbol zurückgegeben werden soll.

Rückgabewert

Typ: System.Drawing.Bitmap

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaModelViewerNode Schnittstelle

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