INewSiteProvider.Icon Property
Applies to v2.
Gets an icon to be shown next to the text. This icon must be present, otherwise the menu will not be shown.
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 INewSiteProvider
Dim value As ImageSource
value = instance.Icon
ImageSource Icon { get; }
property ImageSource^ Icon {
ImageSource^ get ();
}
abstract Icon : ImageSource
function get Icon () : ImageSource
Property Value
Type: System.Windows.Media.ImageSource
An icon to be shown next to the text.