TodoItem Class
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 a single todo item managed by the TodoProvider.
public sealed class TodoItem
type TodoItem = class
Public NotInheritable Class TodoItem
- Inheritance
-
TodoItem
Constructors
| Name | Description |
|---|---|
| TodoItem() | |
Properties
| Name | Description |
|---|---|
| Description |
Gets or sets an optional description providing additional details about this todo item. |
| Id |
Gets or sets the unique identifier for this todo item. |
| IsComplete |
Gets or sets a value indicating whether this todo item has been completed. |
| Title |
Gets or sets the title of this todo item. |