IContextMenuItem.Icon-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ein Bild (16 x 16) für das Element ab.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Icon As ImageSource
Get
'Usage
Dim instance As IContextMenuItem
Dim value As ImageSource
value = instance.Icon
ImageSource Icon { get; }
property ImageSource^ Icon {
ImageSource^ get ();
}
abstract Icon : ImageSource
function get Icon () : ImageSource
Eigenschaftswert
Typ: System.Windows.Media.ImageSource
Ein Bild (16 x 16) für das Element.