共用方式為


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,包含屬性的引數。

適用於

另請參閱