ArgumentCompleterFactoryAttribute Class
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.
Base class for parameterized argument completer attributes.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public abstract class ArgumentCompleterFactoryAttribute : System.Management.Automation.ArgumentCompleterAttribute, System.Management.Automation.IArgumentCompleterFactory
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type ArgumentCompleterFactoryAttribute = class
inherit ArgumentCompleterAttribute
interface IArgumentCompleterFactory
Public MustInherit Class ArgumentCompleterFactoryAttribute
Inherits ArgumentCompleterAttribute
Implements IArgumentCompleterFactory
- Inheritance
- Attributes
- Implements
Constructors
ArgumentCompleterFactoryAttribute() |
Properties
ScriptBlock | (Inherited from ArgumentCompleterAttribute) |
Type | (Inherited from ArgumentCompleterAttribute) |
Methods
Create() |
Creates an instance of a class implementing the IArgumentCompleter interface. |