AttributeAst.NamedArguments Property
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.
The asts for the named attribute arguments.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::NamedAttributeArgumentAst ^> ^ NamedArguments { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::NamedAttributeArgumentAst ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.NamedAttributeArgumentAst> NamedArguments { get; }
member this.NamedArguments : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.NamedAttributeArgumentAst>
Public ReadOnly Property NamedArguments As ReadOnlyCollection(Of NamedAttributeArgumentAst)