InvokeMethodNameAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至可叫用介面上的方法屬性,以指定要在提交要求時呼叫之基底類型上的方法名稱。
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class InvokeMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type InvokeMethodNameAttribute = class
inherit Attribute
Public NotInheritable Class InvokeMethodNameAttribute
Inherits Attribute
- 繼承
-
InvokeMethodNameAttribute
- 屬性
建構函式
InvokeMethodNameAttribute(String) |
初始化 InvokeMethodNameAttribute 類別的新執行個體。 |
屬性
InvokeMethodName |
取得叫用方法的名稱。 |