MethodIdAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在接口方法上声明此属性的方法 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。 |