次の方法で共有


DisplayTarget.AdapterRelativeId プロパティ

定義

デバイスの起動と再起動の間でコネクタを一意に識別する、このターゲットのドライバー定義識別子を取得します。 この識別子はアダプター内でのみ一意であり、接続されているモニターをまったく参照しないことに注意してください。

public:
 property unsigned int AdapterRelativeId { unsigned int get(); };
uint32_t AdapterRelativeId();
public uint AdapterRelativeId { get; }
var uInt32 = displayTarget.adapterRelativeId;
Public ReadOnly Property AdapterRelativeId As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

このターゲットのドライバー定義識別子。

注釈

これは、レガシ Display Config API の "ターゲット ID" とも呼ばれます。

適用対象