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

适用于