다음을 통해 공유


AttributeTable.AttributedTypes 속성

정의

속성, 멤버 또는 형식 자체에 특성 재정의가 있는 모든 형식의 열거형을 반환합니다.

public:
 property System::Collections::Generic::IEnumerable<Type ^> ^ AttributedTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Type> AttributedTypes { get; }
member this.AttributedTypes : seq<Type>
Public ReadOnly Property AttributedTypes As IEnumerable(Of Type)

속성 값

IEnumerable<T>를 반환합니다.

설명

이 특성 테이블을 메타데이터 저장소에 추가하는 경우 새로 고쳐지는 형식을 확인하는 데 사용할 수 있습니다.

적용 대상