ParsingBaseAttribute Class

Definition

Serves as the base class for Metadata attributes that serve as guidance to the parser and parameter binder.

C++
public ref class ParsingBaseAttribute abstract : System::Management::Automation::Internal::CmdletMetadataAttribute
Inheritance
ParsingBaseAttribute
Derived
Attributes

Remarks

PSSnapins may not create custom attributes derived from ParsingBaseAttribute, since it has no public constructor. Only the sealed public subclasses ParameterAttribute and AliasAttribute are available.

Applies to

Proizvod Verzije
PowerShell SDK 7.2.0, 7.3.0, 7.4.0
Windows PowerShell 5.1.0.0

See also