ApiConventionNameMatchAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the matching behavior an API convention method or parameter by name. ApiConventionNameMatchBehavior for supported options. .
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
- Inheritance
-
ApiConventionNameMatchAttribute
- Attributes
Remarks
Exact is used if no value for this attribute is specified on a convention method or parameter.
Constructors
ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior) |
Initializes a new instance of ApiConventionNameMatchAttribute. |
Properties
MatchBehavior |
Gets the ApiConventionNameMatchBehavior. |