3 references to ValidateValueCallback
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TestProperty\TestProperty.cs (3)
38private TestProperty(string id, string label, string category, string description, Type valueType, ValidateValueCallback? validateValueCallback, TestPropertyAttributes attributes) 113public ValidateValueCallback? ValidateValueCallback { get; } 307public static TestProperty Register(string id, string label, string category, string description, Type valueType, ValidateValueCallback? validateValueCallback, TestPropertyAttributes attributes, Type owner)