C# Class Microsoft.Common.Core.Test.Controls.ControlTestScript

Inheritance: Microsoft.Common.Core.Test.Script.TestScript, IDisposable
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ControlTestScript ( Type type ) : System
Dispose ( ) : void
Invoke ( System.Action action ) : void

Invokes a particular action in the control window thread

WriteVisualTree ( bool writeProperties = true ) : string

Method Details

ControlTestScript() public method

public ControlTestScript ( Type type ) : System
type System.Type
return System

Dispose() public method

public Dispose ( ) : void
return void

Invoke() public method

Invokes a particular action in the control window thread
public Invoke ( System.Action action ) : void
action System.Action
return void

WriteVisualTree() public method

public WriteVisualTree ( bool writeProperties = true ) : string
writeProperties bool
return string