IINVisualCodeDomainHandling インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべてのビジュアル コード プロトコルを採用するための複合インターフェイス。
[Foundation.Protocol(Name="INVisualCodeDomainHandling", WrapperType=typeof(Intents.INVisualCodeDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINVisualCodeDomainHandling : IDisposable, Intents.IINGetVisualCodeIntentHandling
type IINVisualCodeDomainHandling = interface
interface INativeObject
interface IDisposable
interface IINGetVisualCodeIntentHandling
- 属性
- 実装
プロパティ
Handle |
アンマネージ オブジェクト表現へのハンドル (ポインター)。 (継承元 INativeObject) |
メソッド
HandleGetVisualCode(INGetVisualCodeIntent, Action<INGetVisualCodeIntentResponse>) |
開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INGetVisualCodeIntentResponse を INGetVisualCodeIntent |
拡張メソッド
Confirm(IINGetVisualCodeIntentHandling, INGetVisualCodeIntent, Action<INGetVisualCodeIntentResponse>) |
開発者は、このメソッドを実装して、ローカル リソースとリモート リソースの準備が整い、コードを提供できるかどうかを確認できます。 |
ResolveVisualCodeType(IINGetVisualCodeIntentHandling, INGetVisualCodeIntent, Action<INVisualCodeTypeResolutionResult>) |
開発者は、このメソッドを実装して、ビジュアル コード型の解決をカスタマイズできます。 |