Condividi tramite


ParameterAst.Attributes Property

Definition

The asts for any attributes or type constraints specified on the parameter.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::AttributeBaseAst ^> ^ Attributes { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::AttributeBaseAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.AttributeBaseAst> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.AttributeBaseAst>
Public ReadOnly Property Attributes As ReadOnlyCollection(Of AttributeBaseAst)

Property Value

Applies to