Freigeben über


UserInteractionServices.GetIcon-Methode (IModelElement, ElementIconState)

Gibt eine Bitmap für ein Symbol zurück, das in der Benutzeroberfläche verwendet werden soll, um zum bereitgestellten Element und dem Symbolzustand zu passen.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function GetIcon ( _
    element As IModelElement, _
    state As ElementIconState _
) As Bitmap
public virtual Bitmap GetIcon(
    IModelElement element,
    ElementIconState state
)
public:
virtual Bitmap^ GetIcon(
    IModelElement^ element, 
    ElementIconState state
)
abstract GetIcon : 
        element:IModelElement * 
        state:ElementIconState -> Bitmap 
override GetIcon : 
        element:IModelElement * 
        state:ElementIconState -> Bitmap 
public function GetIcon(
    element : IModelElement, 
    state : ElementIconState
) : Bitmap

Parameter

Rückgabewert

Typ: System.Drawing.Bitmap
Eine Bitmap für das angeforderte Symbol.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserInteractionServices Klasse

GetIcon-Überladung

Microsoft.Data.Schema-Namespace

IModelElement

ElementIconState