ValueEditor.Metadata Property

Definition

Additional attributes of the editor that are not generic enough to be made properties on this class. This field is optional.

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

Property Value

The additional attributes.

Attributes

Remarks

This field is optional.

Applies to