共用方式為


GameControllerProviderInfo.GetParentProviderId 方法

定義

使用 GIP.SYS 擷取連線到系統之實體遊戲控制器之父裝置的持續性標識符。

重要

存取此 API 需要宣告 xboxAccessoryManagement 功能

public:
 static Platform::String ^ GetParentProviderId(IGameControllerProvider ^ provider);
 static winrt::hstring GetParentProviderId(IGameControllerProvider const& provider);
public static string GetParentProviderId(IGameControllerProvider provider);
function getParentProviderId(provider)
Public Shared Function GetParentProviderId (provider As IGameControllerProvider) As String

參數

provider
IGameControllerProvider

線上到系統的實體遊戲控制器裝置。

傳回

String

Platform::String

winrt::hstring

實體遊戲控制器之父裝置的永續性標識碼。

適用於