SdkResult.ItemsToAdd 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.
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)