【发布时间】:2013-07-29 11:17:12
【问题描述】:
我正在尝试向现有集合添加新行/值。但添加行后显示相同的旧结果。
//代码
Using CustomActionWorkflow As New CustomActionWorkflow()
CustomActionWorkflow.WorkflowId = Me.WorkflowId
CustomActionWorkflow.CustomActionId = Me.CustomActionId
Me.CustomActionsController.CustomActionsWorkflowCollection.ToList().Add(CustomActionWorkflow)
End Using
我哪里错了?
【问题讨论】:
-
CustomActionsWorkflowCollectionproeprty 的类型是什么? -
@nemesv:它的属性集合。
标签: .net vb.net collections