EnumValue.Arguments 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.
List of arguments for this EnumValue.
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.
- Attributes
Remarks
This field is optional.