ExportedDelegate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ExportedDelegate クラスの新しいインスタンスを初期化します。
オーバーロード
ExportedDelegate() |
ExportedDelegate クラスの新しいインスタンスを初期化します。 |
ExportedDelegate(Object, MethodInfo) |
指定したパーツおよびメソッド用に、ExportedDelegate クラスの新しいインスタンスを初期化します。 |
ExportedDelegate()
ExportedDelegate クラスの新しいインスタンスを初期化します。
protected:
ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()
適用対象
ExportedDelegate(Object, MethodInfo)
指定したパーツおよびメソッド用に、ExportedDelegate クラスの新しいインスタンスを初期化します。
public:
ExportedDelegate(System::Object ^ instance, System::Reflection::MethodInfo ^ method);
public ExportedDelegate (object instance, System.Reflection.MethodInfo method);
public ExportedDelegate (object? instance, System.Reflection.MethodInfo method);
[System.Security.SecurityCritical]
public ExportedDelegate (object instance, System.Reflection.MethodInfo method);
new System.ComponentModel.Composition.Primitives.ExportedDelegate : obj * System.Reflection.MethodInfo -> System.ComponentModel.Composition.Primitives.ExportedDelegate
[<System.Security.SecurityCritical>]
new System.ComponentModel.Composition.Primitives.ExportedDelegate : obj * System.Reflection.MethodInfo -> System.ComponentModel.Composition.Primitives.ExportedDelegate
Public Sub New (instance As Object, method As MethodInfo)
パラメーター
- instance
- Object
メソッドをエクスポートするパーツ。
- method
- MethodInfo
エクスポートするメソッド。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET