InvokableCustomInitializerAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至介面方法屬性類型,以指定要在叫用該介面方法時建立的可叫用物件上呼叫的方法。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class InvokableCustomInitializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type InvokableCustomInitializerAttribute = class
inherit Attribute
Public NotInheritable Class InvokableCustomInitializerAttribute
Inherits Attribute
- 繼承
-
InvokableCustomInitializerAttribute
- 屬性
建構函式
InvokableCustomInitializerAttribute(String, Object) |
初始化 InvokableCustomInitializerAttribute 類別的新執行個體。 |
InvokableCustomInitializerAttribute(String) |
初始化 InvokableCustomInitializerAttribute 類別的新執行個體。 |
屬性
AttributeArgumentIndex |
取得或設定屬性引數的索引,以傳播至自訂初始化運算式方法。 |
AttributeArgumentName |
取得或設定要傳播至自訂初始化運算式方法的屬性引數名稱。 |
MethodArgumentValue |
取得或設定要傳遞至自訂初始化運算式方法的值。 |
MethodName |
取得方法的名稱。 |