CompletionResultType 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.
Possible types of CompletionResults.
public enum class CompletionResultType
public enum CompletionResultType
type CompletionResultType =
Public Enum CompletionResultType
- Inheritance
-
CompletionResultType
Fields
Command | 2 | A command result type like the items out of get-command. |
DynamicKeyword | 13 | A dynamic keyword. |
History | 1 | A history result type like the items out of get-history. |
Keyword | 12 | A keyword. |
Method | 6 | A method result type like the method items out of get-member. |
Namespace | 10 | A namespace. |
ParameterName | 7 | A parameter name result type like the Parameters property out of get-command items. |
ParameterValue | 8 | A parameter value result type. |
Property | 5 | A property result type like the property items out of get-member. |
ProviderContainer | 4 | A provider container. |
ProviderItem | 3 | A provider item. |
Text | 0 | An unknown result type, kept as text only. |
Type | 11 | A type name. |
Variable | 9 | A variable result type like the items out of get-childitem variable. |