次の方法で共有


IINVisualCodeDomainHandling インターフェイス

定義

すべてのビジュアル コード プロトコルを採用するための複合インターフェイス。

[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'1INGetVisualCodeIntentResponseINGetVisualCodeIntentintent呼び出す必要があります。

(継承元 IINGetVisualCodeIntentHandling)

拡張メソッド

Confirm(IINGetVisualCodeIntentHandling, INGetVisualCodeIntent, Action<INGetVisualCodeIntentResponse>)

開発者は、このメソッドを実装して、ローカル リソースとリモート リソースの準備が整い、コードを提供できるかどうかを確認できます。

ResolveVisualCodeType(IINGetVisualCodeIntentHandling, INGetVisualCodeIntent, Action<INVisualCodeTypeResolutionResult>)

開発者は、このメソッドを実装して、ビジュアル コード型の解決をカスタマイズできます。

適用対象