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 |
ApiConventionNameMatchBehavior を取得します。 |