Screen.DeviceName プロパティ

定義

ディスプレイに関連付けられているデバイス名を取得します。

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

プロパティ値

ディスプレイに関連付けられているデバイス名。

注釈

この文字列には、印刷できない文字が含まれている場合があります。

適用対象