BaseProperty.ValueEditors 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 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; }
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.
Remarks
This field is optional.