C# 클래스 Microsoft.UnitTests.Core.UI.ContainerHost

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
AddContainer ( UIElement element ) : Task
Decrement ( ) : Task
Increment ( ) : Task

비공개 메소드들

메소드 설명
AddContainerToHost ( UIElement element ) : IDisposable
CloseWindow ( ) : void
CloseWindowAsync ( ) : Task
ExtendGridIfRequired ( ) : void
FindNextEmptySlot ( ) : void
GetRequiredColumns ( ) : int
GetRequiredRows ( ) : int
RemoveContainerFromHost ( int index ) : void
ScheduleTask ( System.Action action ) : Task
ShowWindow ( ) : void
ShowWindowAsync ( ) : Task
ShrinkGridIfPossible ( ) : void
UpdateWindowSize ( ) : void

메소드 상세

AddContainer() 공개 정적인 메소드

public static AddContainer ( UIElement element ) : Task
element UIElement
리턴 Task

Decrement() 공개 정적인 메소드

public static Decrement ( ) : Task
리턴 Task

Increment() 공개 정적인 메소드

public static Increment ( ) : Task
리턴 Task