XamlBuildTypeInspectionExtensionContext.MarkupItemsByTypeName 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.
Gets the collection of markup items for XAML build type inspection context by type name.
public:
property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Framework::ITaskItem ^> ^ MarkupItemsByTypeName { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Framework.ITaskItem> MarkupItemsByTypeName { get; }
member this.MarkupItemsByTypeName : System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem>
Public ReadOnly Property MarkupItemsByTypeName As IDictionary(Of String, ITaskItem)
Property Value
The collection of markup items.