Share via


Rule.EvaluatedCategories Property

Returns the union of XAML specified Category categories and auto-generated Category categories. The latter are created from any missing categories that are referred to by the properties in this Rule. The auto-generated Category categories only have their names set.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Framework.XamlTypes
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property EvaluatedCategories As List(Of Category)
public List<Category> EvaluatedCategories { get; }
public:
property List<Category^>^ EvaluatedCategories {
    List<Category^>^ get ();
}
member EvaluatedCategories : List<Category> with get
function get EvaluatedCategories () : List<Category>

Property Value

Type: List<Category>
Returns the union of categories.

.NET Framework Security

See Also

Reference

Rule Class

Microsoft.Build.Framework.XamlTypes Namespace