ValidationContext::CustomCategories Property

 

Gets the custom validation strings for the validation context.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property ReadOnlyCollection<String^>^ CustomCategories {
	ReadOnlyCollection<String^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

Returns a read-only collection of strings.

The strings were specified with the ValidateCustom method.

The strings are the custom categories.

Return to top
Show: