GridObjectLayoutControl.RunTest Method
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.
Use this to run mock tests in grid object collection tests and print the resulting positions of child objects to a file. Used to get expected values for GridObjectCollectionTests. When you run the command, look in the Debug log for where the file is output, it will be of form "printgrid-yyMMdd-HHmmss.txt"
public:
void RunTest();
public void RunTest ();
member this.RunTest : unit -> unit
Public Sub RunTest ()