SdkResult.ItemsToAdd Property

Definition

Items that should be added to the evaluation. This allows an SDK resolver to provide information to the build

public:  virtual property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Framework::SdkResultItem ^> ^ ItemsToAdd {  public:
System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Framework::SdkResultItem ^> ^ get(); protected:
 void set(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Framework::SdkResultItem ^> ^ value); };
public virtual System.Collections.Generic.IDictionary<string,Microsoft.Build.Framework.SdkResultItem> ItemsToAdd { get; protected set; }
member this.ItemsToAdd : System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.SdkResultItem> with get, set
Public Overridable Property ItemsToAdd As IDictionary(Of String, SdkResultItem)

Property Value

Applies to