PropertyGeneratedEventArgs.AdditionalSetStatements 屬性

定義

此類別不提供公用用途,而是用以產生強型別的用戶端物件來與資料服務進行通訊。

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 陳述式。

適用於