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