IPDEPlugIn インターフェイス

定義

PDEPanelインスタンスを作成するためのファクトリ。 ファクトリは、現在のプリンターと共に必要なプリンター パネルの種類 (ページ設定または印刷ダイアログ) を受け取り、この情報を使用して作成するパネルを決定します。

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="PDEPlugIn", WrapperType=typeof(PrintCore.PDEPlugInWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPanels", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(PrintCore.IPDEPlugInCallbackProtocol) }, ReturnType=typeof(PrintCore.IPDEPanel[]), Selector="PDEPanelsForType:withHostInfo:")]
public interface IPDEPlugIn : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="PDEPlugIn", WrapperType=typeof(PrintCore.PDEPlugInWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetPanels", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(PrintCore.IPDEPlugInCallbackProtocol) }, ReturnType=typeof(PrintCore.IPDEPanel[]), Selector="PDEPanelsForType:withHostInfo:")>]
type IPDEPlugIn = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

名前 説明
Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

名前 説明
GetPanels(String, IPDEPlugInCallbackProtocol)

指定したパネルの種類とホスト コンテキストの IPDEPanel インスタンスの配列を返します。

拡張メソッド

名前 説明
GetHandle(INativeObject)

PDEPanelインスタンスを作成するためのファクトリ。 ファクトリは、現在のプリンターと共に必要なプリンター パネルの種類 (ページ設定または印刷ダイアログ) を受け取り、この情報を使用して作成するパネルを決定します。

GetNonNullHandle(INativeObject, String)

PDEPanelインスタンスを作成するためのファクトリ。 ファクトリは、現在のプリンターと共に必要なプリンター パネルの種類 (ページ設定または印刷ダイアログ) を受け取り、この情報を使用して作成するパネルを決定します。

適用対象