BaseProperty.Arguments Property

Definition

List of arguments for this property.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Argument ^> ^ Arguments { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Argument ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Argument ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Argument> Arguments { get; set; }
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Argument> Arguments { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Arguments : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Argument> with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Arguments : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Argument> with get, set
Public Property Arguments As List(Of Argument)

Property Value

The list of arguments for this property.

Attributes

Remarks

This field is optional.

Applies to