IExtendedBuildEventArgs.ExtendedMetadata Property

Definition

Metadata of ExtendedData. Example usage:

  • data which needed in custom code to properly routing this message without interpreting/deserializing ExtendedData.
  • simple extended data can be transferred in form of dictionary key-value per one extended property.
public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ ExtendedMetadata { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string?>? ExtendedMetadata { get; set; }
member this.ExtendedMetadata : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property ExtendedMetadata As Dictionary(Of String, String)

Property Value

Applies to