ApiConventionNameMatchAttribute 类

定义

按名称确定 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

获取 ApiConventionNameMatchBehavior

适用于