ParsingBaseAttribute Class

Definition

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

public ref class ParsingBaseAttribute abstract : System::Management::Automation::Internal::CmdletMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public abstract class ParsingBaseAttribute : System.Management.Automation.Internal.CmdletMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type ParsingBaseAttribute = class
    inherit CmdletMetadataAttribute
Public MustInherit Class ParsingBaseAttribute
Inherits 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

See also