ValidationContext.CustomCategories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the custom validation strings user specified via ValidationController.ValidateCustom API
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ CustomCategories { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> CustomCategories { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CustomCategories : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property CustomCategories As ReadOnlyCollection(Of String)
Property Value
- Attributes