IDecorated Interface

Definition

Represents an object that provides a localized description text and an icon.

public interface class IDecorated
public interface IDecorated
type IDecorated = interface
Public Interface IDecorated

Properties

DescriptionText

Gets the localized description of this object. While DisplayName is the primary representation of this object, the description is not immediately visible and may conveys more detail.

Icon

Gets the icon representing this object.

Applies to