Screen.DeviceName 속성

정의

디스플레이와 관련된 디바이스 이름을 가져옵니다.

public:
 property System::String ^ DeviceName { System::String ^ get(); };
public string DeviceName { get; }
member this.DeviceName : string
Public ReadOnly Property DeviceName As String

속성 값

String

디스플레이와 관련된 디바이스 이름입니다.

설명

이 문자열 인쇄할 수 없는 문자를 포함할 수 있습니다.

적용 대상