XamlBuildTypeInspectionExtensionContext.MarkupItemsByTypeName Property

Definition

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.

Applies to