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,它包含特性的参数。

适用于

另请参阅