CreateManifestResourceName.itemSpecToTaskitem Field
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.
Contains the task item in a dictionary to provide quick access from a derived class.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected: System::Collections::Generic::Dictionary<System::String ^, Microsoft::Build::Framework::ITaskItem ^> ^ itemSpecToTaskitem;
protected System.Collections.Generic.Dictionary<string,Microsoft.Build.Framework.ITaskItem> itemSpecToTaskitem;
val mutable itemSpecToTaskitem : System.Collections.Generic.Dictionary<string, Microsoft.Build.Framework.ITaskItem>
Protected itemSpecToTaskitem As Dictionary(Of String, ITaskItem)