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

適用於