Rule.EvaluatedCategories Property

Definition

This property returns the union of XAML specified Categorys and auto-generated Categorys. The latter are created from the missing categories that are being referred to by the properties in this Rule. The auto-generated Categorys only have their name set.

public:
 property System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Category ^> ^ EvaluatedCategories { System::Collections::Generic::List<Microsoft::Build::Framework::XamlTypes::Category ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Category> EvaluatedCategories { get; }
member this.EvaluatedCategories : System.Collections.Generic.List<Microsoft.Build.Framework.XamlTypes.Category>
Public ReadOnly Property EvaluatedCategories As List(Of Category)

Property Value

Returns the union of categories.

Applies to