ApiConventionTypeMatchAttribute 類別

定義

依類型判斷 API 慣例參數的比對行為。 ApiConventionTypeMatchBehavior 支援的選項。 .

public ref class ApiConventionTypeMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionTypeMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionTypeMatchAttribute = class
    inherit Attribute
Public NotInheritable Class ApiConventionTypeMatchAttribute
Inherits Attribute
繼承
ApiConventionTypeMatchAttribute
屬性

備註

AssignableFrom 如果在慣例參數上未指定這個屬性的值,則會使用 。

建構函式

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

使用指定的 matchBehavior 初始化 的新實例 ApiConventionTypeMatchAttribute

屬性

MatchBehavior

取得 ApiConventionTypeMatchBehavior

適用於