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)

指定した を使用して、 の ApiConventionTypeMatchAttribute 新しいインスタンスを初期化します matchBehavior

プロパティ

MatchBehavior

ApiConventionTypeMatchBehavior を取得します。

適用対象