CodeAttributeDeclaration.Arguments プロパティ

定義

属性の引数を取得します。

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

プロパティ値

属性の引数を格納する CodeAttributeArgumentCollection

適用対象

こちらもご覧ください