SynonymsAttribute 클래스

정의

연결 속성의 동의어 집합을 지정합니다.

public ref class SynonymsAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SynonymsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SynonymsAttribute = class
    inherit Attribute
Public NotInheritable Class SynonymsAttribute
Inherits Attribute
상속
SynonymsAttribute
특성

생성자

SynonymsAttribute(String)

SynonymsAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Synonyms

이 특성이 연결된 연결 속성과 동의어인 연결 속성 이름의 쉼표로 구분된 목록을 가져옵니다.

적용 대상