Class PastedContent
Represents content pasted into the input line that has been collapsed into a visual chip rather than displayed inline.
public sealed class PastedContent
- Inheritance
-
PastedContent
- Inherited Members
Constructors
PastedContent(string, PasteKind)
public PastedContent(string content, PasteKind kind = PasteKind.Text)
Parameters
Properties
Chip
Short tag shown in the input line buffer.
public string Chip { get; }
Property Value
Id
public int Id { get; }
Property Value
Kind
public PasteKind Kind { get; }
Property Value
Label
Formatted display label for the chip shown in the input line.
public string Label { get; }
Property Value
RawContent
public string RawContent { get; }