Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QuickPickItemKind

The kind of quick pick item.

Index

Enumeration members(2)

Enumeration members(2)

Separator

Separator: = -1

When a QuickPickItem has a kind of Separator, the item is just a visual separator and does not represent a real item. The only property that applies is label. All other properties on QuickPickItem will be ignored and have no effect.

Default

Default: = 0

The default QuickPickItem.kind is an item that can be selected in the quick pick.

Generated by TypeDoc. Maintained by 洛竹