다음을 통해 공유


ApiConventionNameMatchAttribute 클래스

정의

이름별로 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 이 특성에 대한 값이 규칙 메서드 또는 매개 변수에 지정되지 않은 경우 가 사용됩니다.

적용 대상