ISiteFileSystemItem.SecondaryIcon Property
Applies to v2.
Gets or sets the image source for secondary icon on the hierarchy item.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property SecondaryIcon As ImageSource
Get
Set
'Usage
Dim instance As ISiteFileSystemItem
Dim value As ImageSource
value = instance.SecondaryIcon
instance.SecondaryIcon = value
ImageSource SecondaryIcon { get; set; }
property ImageSource^ SecondaryIcon {
ImageSource^ get ();
void set (ImageSource^ value);
}
abstract SecondaryIcon : ImageSource with get, set
function get SecondaryIcon () : ImageSource
function set SecondaryIcon (value : ImageSource)
Property Value
Type: System.Windows.Media.ImageSource
The image source for secondary icon on the hierarchy item.