BaseProperty.Metadata Property

Definition

Additional attributes of this BaseProperty.

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

Additional attributes of this BaseProperty.

Attributes

Remarks

This can be used as a grab bag of additional metadata of this property that are not captured by the primary fields. You will need a custom UI to interpret the additional metadata since the shipped UI formats can't obviously know about it. This field is optional.

Applies to