다음을 통해 공유


CustomAttribute.Parent 속성

정의

특성이 적용되는 메타데이터 엔터티의 핸들을 가져옵니다.

public:
 property System::Reflection::Metadata::EntityHandle Parent { System::Reflection::Metadata::EntityHandle get(); };
public System.Reflection.Metadata.EntityHandle Parent { get; }
member this.Parent : System.Reflection.Metadata.EntityHandle
Public ReadOnly Property Parent As EntityHandle

속성 값

설명

Parent ECMA-335 Standard의 테이블 필드에 CustomAttribute 해당합니다.

적용 대상