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 |
呼び出しメソッドの名前を取得します。 |