OutputModeOption Enum
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.
Enum for SelectionMode parameter.
public enum OutputModeOption
type OutputModeOption =
Public Enum OutputModeOption
- Inheritance
-
OutputModeOption
Fields
Name | Value | Description |
---|---|---|
None | 0 | None is the default and it means OK and Cancel will not be present and no objects will be written to the pipeline. The selectionMode of the actual list will still be multiple. |
Single | 1 | Allow selection of one single item to be written to the pipeline. |
Multiple | 2 | Allow select of multiple items to be written to the pipeline. |