Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the custom validation strings for the validation context.
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property CustomCategories As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> CustomCategories { get; }
public:
property ReadOnlyCollection<String^>^ CustomCategories {
ReadOnlyCollection<String^>^ get ();
}
member CustomCategories : ReadOnlyCollection<string>
function get CustomCategories () : ReadOnlyCollection<String>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
Returns a read-only collection of strings.
Remarks
The strings were specified with the ValidateCustom method.
The strings are the custom categories.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.