ApiConventionNameMatchAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按名称确定 API 约定方法或参数的匹配行为。 ApiConventionNameMatchBehavior 用于支持的选项。 .
public ref class ApiConventionNameMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionNameMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionNameMatchAttribute = class
inherit Attribute
Public NotInheritable Class ApiConventionNameMatchAttribute
Inherits Attribute
- 继承
-
ApiConventionNameMatchAttribute
- 属性
注解
Exact 如果在约定方法或参数上未指定此属性的值,则使用 。
构造函数
ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior) |
初始化 ApiConventionNameMatchAttribute 的新实例。 |
属性
MatchBehavior |