PointerDevice.GetPointerDevice(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定輸入指標識別碼相關聯的指標裝置相關資訊。
public:
static PointerDevice ^ GetPointerDevice(unsigned int pointerId);
static PointerDevice GetPointerDevice(uint32_t const& pointerId);
public static PointerDevice GetPointerDevice(uint pointerId);
function getPointerDevice(pointerId)
Public Shared Function GetPointerDevice (pointerId As UInteger) As PointerDevice
參數
- pointerId
-
UInt32
unsigned int
uint32_t
指標輸入的識別碼。
傳回
代表相關聯指標裝置的 PointerDevice 物件。
備註
GetPointerDevice 是靜態方法。
pointerId指定的輸入指標必須識別作用中的輸入。