CompletionResultType Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Possible types of CompletionResults.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
| Member name | Description |
|---|---|
| Command | A command result type like the items out of get-command. |
| History | A history result type like the items out of get-history. |
| Method | A method result type like the method items out of get-member. |
| ParameterName | A parameter name result type like the Parameters property out of get-command items. |
| ParameterValue | A parameter value result type. |
| Property | A property result type like the property items out of get-member. |
| ProviderContainer | A provider container. |
| ProviderItem | A provider item. |
| Text | An unknown result type, kept as text only. |
| Variable | A variable result type like the items out of get-childitem variable. |
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.