InjectedInputPenInfo.PointerInfo プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ペン入力に共通する基本的なポインター情報を取得または設定します。
InjectedInputPointerInfo PointerInfo();
void PointerInfo(InjectedInputPointerInfo value);
public InjectedInputPointerInfo PointerInfo { get; set; }
var injectedInputPointerInfo = injectedInputPenInfo.pointerInfo;
injectedInputPenInfo.pointerInfo = injectedInputPointerInfo;
Public Property PointerInfo As InjectedInputPointerInfo
プロパティ値
ポインター情報。
例
基本的な入力と入力の挿入を示すダウンロード可能なサンプルをいくつか次に示します。
注釈
重要
この名前空間の API には、inputInjectionBrokered 制限付き機能が必要です。
入力インジェクションを使用するには、Package.appxmanifest に以下を追加する必要があります。
- 宛先
<Package>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- 宛先
<Capabilities>
<rescap:Capability Name="inputInjectionBrokered" />