CreateManifestResourceName.itemSpecToTaskitem Field

Definition

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) 

Field Value

Applies to