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

適用対象