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

属性值

一个标识 CodeTypeReferenceCodeAttributeDeclaration

适用于