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 |