-
Notifications
You must be signed in to change notification settings - Fork 191
OptionCategory
Jianyun edited this page Feb 25, 2016
·
4 revisions
public enum OptionCategory {
Package = 0,
Provider = 1,
Source = 2,
Install = 3
}Dynamic Options are specified for a given category:
| Value | Purpose |
|---|---|
Package |
When the host is presenting options for a finding packages |
Install |
When the host is presenting options for Install/Uninstall/Get-InstalledPackage a package |
Source |
When the host is presenting options for selecting/editing a package source |
Provider |
Not used |