ExportedDelegate 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ExportedDelegate 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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);
[System.Security.SecurityCritical]
public ExportedDelegate(object instance, System.Reflection.MethodInfo method);
[<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
要出口的方法。
- 屬性