_OrderFields.Insert(String, Object, Object) 方法

定义

创建一个新 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

用于设置 IsDescendingOrderField 对象的 属性的值。 如果未指定此值,则将使用 IsDescending 属性的默认值。

返回

OrderField 对象,该对象表示新订单字段。

适用于