PropertyGeneratedEventArgs.AdditionalAttributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要加入至屬性 (Property) 之屬性 (Attribute) 的 List(CodeAttributeDeclaration)
。
public:
property System::Collections::Generic::List<System::CodeDom::CodeAttributeDeclaration ^> ^ AdditionalAttributes { System::Collections::Generic::List<System::CodeDom::CodeAttributeDeclaration ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeAttributeDeclaration> AdditionalAttributes { get; }
member this.AdditionalAttributes : System.Collections.Generic.List<System.CodeDom.CodeAttributeDeclaration>
Public ReadOnly Property AdditionalAttributes As List(Of CodeAttributeDeclaration)
屬性值
包含要加入到此屬性 (Property) 之屬性 (Attribute) 的集合。 如果沒有屬性 (Attribute) 要加入,集合將會是空的。
備註
屬性 (Attribute) 會在 OnPropertyGenerated 事件引發之後加入。