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를 가져옵니다. |