_MSProject.SetMatchingField 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public bool SetMatchingField (string Field, string Value, string CheckField, string CheckValue, object CheckTest, object CheckOperation, object CheckField2, object CheckValue2, object CheckTest2);
abstract member SetMatchingField : string * string * string * string * obj * obj * obj * obj * obj -> bool
Public Function SetMatchingField (Field As String, Value As String, CheckField As String, CheckValue As String, Optional CheckTest As Object, Optional CheckOperation As Object, Optional CheckField2 As Object, Optional CheckValue2 As Object, Optional CheckTest2 As Object) As Boolean
参数
- Field
- String
- Value
- String
- CheckField
- String
- CheckValue
- String
- CheckTest
- Object
- CheckOperation
- Object
- CheckField2
- Object
- CheckValue2
- Object
- CheckTest2
- Object