다음을 통해 공유


CodeAttributeDeclaration.AttributeType 속성

정의

코드 특성 선언에 대한 코드 형식 참조를 가져옵니다.

public:
 property System::CodeDom::CodeTypeReference ^ AttributeType { System::CodeDom::CodeTypeReference ^ get(); };
public System.CodeDom.CodeTypeReference AttributeType { get; }
member this.AttributeType : System.CodeDom.CodeTypeReference
Public ReadOnly Property AttributeType As CodeTypeReference

속성 값

CodeTypeReference을 식별하는 CodeAttributeDeclaration입니다.

적용 대상