In This Article

SharedImageSourceKeys Class

Defines the keys that identify built-in images available with ImageProvider.

public static class SharedImageSourceKeys
Inheritance:
object object

Fields

Error

A key which identifies an error icon.

public const string Error = "SharedImageSourceKeys.Error"

InfoBarError

A key which identifies the error icon used by info bar.

public const string InfoBarError = "SharedImageSourceKeys.InfoBarError"

InfoBarInformation

A key which identifies the information icon used by info bar.

public const string InfoBarInformation = "SharedImageSourceKeys.InfoBarInformation"

InfoBarSuccess

A key which identifies the success icon used by info bar.

public const string InfoBarSuccess = "SharedImageSourceKeys.InfoBarSuccess"

InfoBarWarning

A key which identifies the warning icon used by info bar.

public const string InfoBarWarning = "SharedImageSourceKeys.InfoBarWarning"

Information

A key which identifies an information icon.

public const string Information = "SharedImageSourceKeys.Information"

Question

A key which identifies a question icon.

public const string Question = "SharedImageSourceKeys.Question"

Warning

A key which identifies a warning icon.

public const string Warning = "SharedImageSourceKeys.Warning"

Inherited Members

See Also