C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableVsWindowFrame

상속: IVsWindowFrame
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
AssertShowNoActivateCalled ( int expectedNumberOfTimes ) : void
RegisterProperty ( int propertyId, object value ) : void

비공개 메소드들

메소드 설명
IVsWindowFrame ( ) : int
IVsWindowFrame ( System.Guid &riid, IntPtr &ppv ) : int
IVsWindowFrame ( VSSETFRAMEPOS pdwSFP, System.Guid &pguidRelativeTo, int &px, int &py, int &pcx, int &pcy ) : int
IVsWindowFrame ( int &pfOnScreen ) : int
IVsWindowFrame ( int propid, System.Guid &pguid ) : int
IVsWindowFrame ( int propid, object &pvar ) : int
IVsWindowFrame ( uint grfSaveOptions ) : int

메소드 상세

AssertShowNoActivateCalled() 공개 메소드

public AssertShowNoActivateCalled ( int expectedNumberOfTimes ) : void
expectedNumberOfTimes int
리턴 void

RegisterProperty() 공개 메소드

public RegisterProperty ( int propertyId, object value ) : void
propertyId int
value object
리턴 void