共用方式為


MethodIdAttribute 類別

定義

指定宣告此屬性之介面方法的方法識別碼。

[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
屬性

備註

給定介面中所有方法的方法識別碼都必須是唯一的。 此屬性僅適用于介面方法宣告,不適用於類別上的方法定義。

建構函式

MethodIdAttribute(Int32)

指定宣告此屬性之介面方法的方法識別碼。

屬性

MethodId

取得這個屬性所宣告之介面方法的方法識別碼。

適用於