PropertyGeneratedEventArgs.AdditionalSetStatements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 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 插入语句。