ArgumentCompleterFactoryAttribute Class

Definition

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
ArgumentCompleterFactoryAttribute
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.

Applies to