Freigeben über


UserInteractionServices.GetIcon-Methode (ModelElementClass, 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 ( _
    elementType As ModelElementClass, _
    state As ElementIconState _
) As Bitmap
public virtual Bitmap GetIcon(
    ModelElementClass elementType,
    ElementIconState state
)
public:
virtual Bitmap^ GetIcon(
    ModelElementClass^ elementType, 
    ElementIconState state
)
abstract GetIcon : 
        elementType:ModelElementClass * 
        state:ElementIconState -> Bitmap 
override GetIcon : 
        elementType:ModelElementClass * 
        state:ElementIconState -> Bitmap 
public function GetIcon(
    elementType : ModelElementClass, 
    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

ModelElementClass

ElementIconState