IPageNavigator.HeadlineIcon Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Property HeadlineIcon As ImageSource
ImageSource HeadlineIcon { get; set; }
property ImageSource^ HeadlineIcon {
ImageSource^ get ();
void set (ImageSource^ value);
}
abstract HeadlineIcon : ImageSource with get, set
function get HeadlineIcon () : ImageSource
function set HeadlineIcon (value : ImageSource)
Property Value
Type: System.Windows.Media.ImageSource
Returns ImageSource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.