다음을 통해 공유


Keyboard 클래스

키보드 동작을 수행 하기 위한 정적 메서드가 포함 되어 있습니다.

상속 계층 구조

Object
  Microsoft.VisualStudio.TestTools.UITesting.Keyboard

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)

구문

‘선언
<CLSCompliantAttribute(True)> _
Public Class Keyboard _
    Implements IDisposable
[CLSCompliantAttribute(true)]
public class Keyboard : IDisposable
[CLSCompliantAttribute(true)]
public ref class Keyboard : IDisposable
[<CLSCompliantAttribute(true)>]
type Keyboard =  
    class 
        interface IDisposable 
    end
public class Keyboard implements IDisposable

Keyboard 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Protected 메서드 Keyboard

위쪽

속성

  이름 설명
Public 속성정적 멤버 Instance
Public 속성정적 멤버 SendKeysDelay

위쪽

메서드

  이름 설명
Public 메서드 Dispose()
Protected 메서드 Dispose(Boolean)
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize (Object.Finalize을(를) 재정의함)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 부분 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드정적 멤버 PressModifierKeys(ModifierKeys)
Public 메서드정적 멤버 PressModifierKeys(ModifierKeys)
Public 메서드정적 멤버 PressModifierKeys(UITestControl, ModifierKeys)
Public 메서드정적 멤버 PressModifierKeys(UITestControl, ModifierKeys)
Protected 메서드 PressModifierKeysImplementation(UITestControl, ModifierKeys)
Protected 메서드 PressModifierKeysImplementation(UITestControl, ModifierKeys)
Public 메서드정적 멤버 ReleaseModifierKeys(ModifierKeys)
Public 메서드정적 멤버 ReleaseModifierKeys(ModifierKeys)
Public 메서드정적 멤버 ReleaseModifierKeys(UITestControl, ModifierKeys)
Public 메서드정적 멤버 ReleaseModifierKeys(UITestControl, ModifierKeys)
Protected 메서드 ReleaseModifierKeysImplementation(UITestControl, ModifierKeys)
Protected 메서드 ReleaseModifierKeysImplementation(UITestControl, ModifierKeys)
Public 메서드정적 멤버 SendKeys(String)
Public 메서드정적 멤버 SendKeys(String, ModifierKeys)
Public 메서드정적 멤버 SendKeys(String, Boolean)
Public 메서드정적 멤버 SendKeys(String, ModifierKeys)
Public 메서드정적 멤버 SendKeys(UITestControl, String)
Public 메서드정적 멤버 SendKeys(String, ModifierKeys, Boolean)
Public 메서드정적 멤버 SendKeys(String, ModifierKeys, Boolean)
Public 메서드정적 멤버 SendKeys(UITestControl, String, ModifierKeys)
Public 메서드정적 멤버 SendKeys(UITestControl, String, Boolean)
Public 메서드정적 멤버 SendKeys(UITestControl, String, ModifierKeys)
Public 메서드정적 멤버 SendKeys(String, ModifierKeys, Boolean, Boolean)
Public 메서드정적 멤버 SendKeys(String, ModifierKeys, Boolean, Boolean)
Public 메서드정적 멤버 SendKeys(UITestControl, String, ModifierKeys, Boolean)
Public 메서드정적 멤버 SendKeys(UITestControl, String, ModifierKeys, Boolean)
Public 메서드정적 멤버 SendKeys(UITestControl, String, ModifierKeys, Boolean, Boolean)
Public 메서드정적 멤버 SendKeys(UITestControl, String, ModifierKeys, Boolean, Boolean)
Protected 메서드 SendKeysImplementation(UITestControl, String, ModifierKeys, Boolean, Boolean)
Protected 메서드 SendKeysImplementation(UITestControl, String, ModifierKeys, Boolean, Boolean)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

설명

이곳의 콘텐츠는 업데이트되지 않습니다. 여기에 자료를 추가하지 마십시오.

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.TestTools.UITesting 네임스페이스