Class CodeCompletionList.ItemData
Stores data for particular code completion item.
public class CodeCompletionList.ItemData : ValueObject<CodeCompletionList.ItemData>, INotifyPropertyChanged
- Inheritance
-
CodeCompletionList.ItemData
- Implements
- Derived
Constructors
- ItemData(string, int, ImageSource, bool)
Initializes a new instance of the
ItemData
class with specified parameters.
Properties
- Image
Gets or sets an image corresponding to the item.
- Index
Gets or sets item index within items collection.
- String
Gets or set item text.
Methods
- ToString()
Returns string represents current ItemData.
Events
- PropertyChanged
Occurs when a property value changes.