BaseProperty.ValueEditors Property

Definition

List of value editors for this property.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::ValueEditor ^> ^ ValueEditors { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::ValueEditor ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::ValueEditor ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.ValueEditor> ValueEditors { get; set; }
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.ValueEditor> ValueEditors { [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.ValueEditors : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.ValueEditor> 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.ValueEditors : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.ValueEditor> with get, set
Public Property ValueEditors As List(Of ValueEditor)

Property Value

The list of value editors for this property.

Attributes

Remarks

This field is optional.

Applies to