C# 클래스 Microsoft.Common.Core.Test.Controls.ControlTestScript

상속: Microsoft.Common.Core.Test.Script.TestScript, IDisposable
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ControlTestScript() 공개 메소드

public ControlTestScript ( Type type ) : System
type System.Type
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Invoke() 공개 메소드

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

WriteVisualTree() 공개 메소드

public WriteVisualTree ( bool writeProperties = true ) : string
writeProperties bool
리턴 string