MethodIdAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定宣告此屬性之介面方法的方法識別碼。
[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 |
取得這個屬性所宣告之介面方法的方法識別碼。 |