次の方法で共有


MethodIdAttribute クラス

定義

この属性が宣言されているインターフェイス メソッドのメソッド ID を指定します。

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class MethodIdAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type MethodIdAttribute = class
    inherit Attribute
Public NotInheritable Class MethodIdAttribute
Inherits Attribute
継承
MethodIdAttribute
属性

注釈

メソッド ID は、特定のインターフェイス内のすべてのメソッドで一意である必要があります。 この属性はインターフェイス メソッド宣言にのみ適用され、クラスのメソッド定義には適用されません。

コンストラクター

MethodIdAttribute(Int32)

この属性が宣言されているインターフェイス メソッドのメソッド ID を指定します。

プロパティ

MethodId

この属性が宣言されているインターフェイス メソッドのメソッド ID を取得します。

適用対象