CompletionResultType
Enum
Definition
Possible types of CompletionResults
public enum CompletionResultType
- Inheritance
-
CompletionResultType
Fields
| Command | A command result type like the items out of get-command |
| DynamicKeyword | |
| History | A history result type like the items out of get-history |
| Keyword | |
| Method | A method result type like the method items out of get-member |
| Namespace | A namespace |
| 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 |
| Type | A type name |
| Variable | A variable result type like the items out of get-childitem variable: |