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