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
type ParsingBaseAttribute = class
inherit CmdletMetadataAttribute
Public MustInherit Class ParsingBaseAttribute
Inherits CmdletMetadataAttribute
- Inheritance
- Derived
- Attributes
Remarks
PSSnapins may not create custom attributes derived