PropertyGeneratedEventArgs.AdditionalSetStatements 属性

定义

获取一个 List(CodeStatement),其中包含将添加到该属性的 set 语句。

public:
 property System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ AdditionalSetStatements { System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeStatement> AdditionalSetStatements { get; }
member this.AdditionalSetStatements : System.Collections.Generic.List<System.CodeDom.CodeStatement>
Public ReadOnly Property AdditionalSetStatements As List(Of CodeStatement)

属性值

一个包含 set 语句的集合,这些语句将添加到该属性。

注解

List(CodeStatement)用于指定要添加到 属性的 set 访问器的语句。 在 OnPropertyGenerated 事件引发之后插入这些语句。

适用于

另请参阅