Screen.AllScreens 속성
시스템의 모든 디스플레이 배열을 가져옵니다.
네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)
구문
‘선언
Public Shared ReadOnly Property AllScreens As Screen()
‘사용 방법
Dim value As Screen()
value = Screen.AllScreens
public static Screen[] AllScreens { get; }
public:
static property array<Screen^>^ AllScreens {
array<Screen^>^ get ();
}
/** @property */
public static Screen[] get_AllScreens ()
public static function get AllScreens () : Screen[]
속성 값
시스템의 모든 디스플레이를 포함하는 Screen 형식의 배열입니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원