CustomAttributeData.AttributeType 속성

정의

특성 유형을 가져옵니다.

public:
 virtual property Type ^ AttributeType { Type ^ get(); };
public:
 property Type ^ AttributeType { Type ^ get(); };
public virtual Type AttributeType { get; }
public Type AttributeType { get; }
member this.AttributeType : Type
Public Overridable ReadOnly Property AttributeType As Type
Public ReadOnly Property AttributeType As Type

속성 값

Type

특성의 형식입니다.

적용 대상