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

適用於