Rule.GetPropertiesInCategory(String) Method

Definition

Returns the list of properties in a Category. Returns null if this Rule doesn't contain this category.

public:
 System::Collections::Generic::IList<Microsoft::Build::Framework::XamlTypes::BaseProperty ^> ^ GetPropertiesInCategory(System::String ^ categoryName);
public System.Collections.Generic.IList<Microsoft.Build.Framework.XamlTypes.BaseProperty> GetPropertiesInCategory (string categoryName);
member this.GetPropertiesInCategory : string -> System.Collections.Generic.IList<Microsoft.Build.Framework.XamlTypes.BaseProperty>
Public Function GetPropertiesInCategory (categoryName As String) As IList(Of BaseProperty)

Parameters

categoryName
String

The name of the category whose properties are to be returned.

Returns

Returns the list of properties in a Category. Returns null if this Rule does not contain this category.

Applies to