IconDescription Class

Definition

Describes the icon to use for displaying items in statement completion.

public ref class IconDescription
[Windows::Foundation::Metadata::WebHostHidden]
class IconDescription
public class IconDescription
type IconDescription = class
Public Class IconDescription
Inheritance
IconDescription

Constructors

IconDescription(StandardGlyphGroup, StandardGlyphItem)

Initializes a new instance of an IconDescription from a group and an item within the group.

Properties

Group

Gets the StandardGlyphGroup of the icon to be displayed.

Item

Gets the specific StandardGlyphItem within the icon group to be displayed.

Methods

ToString()

Provides a description of the specific icon.

Applies to