ContentType.Metadata 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.
serializes content type's metadata. Accessible via IContentType.GetMetadata()
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 serialized metadata.
- Attributes
Remarks
Accessible via IContentType.GetMetadata().