IDecorated Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |