_OrderFields.Insert(String, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新 OrderField 对象,并将其插入集合中的 OrderFields 指定索引处。
public Microsoft.Office.Interop.Outlook.OrderField Insert (string PropertyName, object Index, object IsDescending);
Public Function Insert (PropertyName As String, Index As Object, Optional IsDescending As Object) As OrderField
参数
- PropertyName
- String
要与新对象关联的属性的名称。
- Index
- Object
要插入新对象的索引号,或者用于匹配 ViewXMLSchemaName 集合中要插入新对象的对象的属性值的值。
- IsDescending
- Object
用于设置 IsDescending 新 OrderField 对象的 属性的值。 如果未指定此值,则将使用 IsDescending 属性的默认值。
返回
OrderField 对象,该对象表示新订单字段。