CustomProjectPropertyCollection.Add
内容
[
隐藏
]Add(string, string)
创建新的自定义属性。
public CustomProjectProperty Add(string name, string value)
范围 | 类型 | 描述 |
---|---|---|
name | String | 属性的名称。 |
value | String | 新创建的属性对象值。 |
返回值
新创建的属性对象。
也可以看看
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- 命名空间 Aspose.Tasks.Properties
- 部件 Aspose.Tasks
Add(string, bool)
创建新的自定义属性。
public CustomProjectProperty Add(string name, bool value)
范围 | 类型 | 描述 |
---|---|---|
name | String | 属性的名称。 |
value | Boolean | 新创建的属性对象值。 |
返回值
新创建的属性对象。
也可以看看
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- 命名空间 Aspose.Tasks.Properties
- 部件 Aspose.Tasks
Add(string, double)
创建新的自定义属性。
public CustomProjectProperty Add(string name, double value)
范围 | 类型 | 描述 |
---|---|---|
name | String | 属性的名称。 |
value | Double | 新创建的属性对象值。 |
返回值
新创建的属性对象。
也可以看看
- class CustomProjectProperty
- class CustomProjectPropertyCollection
- 命名空间 Aspose.Tasks.Properties
- 部件 Aspose.Tasks
Add(string, DateTime)
创建新的自定义属性。
public CustomProjectProperty Add(string name, DateTime value)
范围 | 类型 | 描述 |
---|---|---|
name | String | 属性的名称。 |
value | DateTime | 新创建的属性对象值。 |
返回值
新创建的属性对象。