This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As CompletionResultType

public enum CompletionResultType
public enum CompletionResultType
public enum CompletionResultType
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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)