_ViewFields.Insert(String, Object) 方法

定义

创建一个新 ViewField 对象,并将其插入集合中的 ViewFields 指定索引处。

public:
 Microsoft::Office::Interop::Outlook::ViewField ^ Insert(System::String ^ PropertyName, System::Object ^ Index);
public Microsoft.Office.Interop.Outlook.ViewField Insert (string PropertyName, object Index);
Public Function Insert (PropertyName As String, Index As Object) As ViewField

参数

PropertyName
String

要与新对象关联的属性的名称。

Index
Object

要插入新对象的从 1 开始的索引号,或用于匹配 ViewXMLSchemaName 集合中要插入新对象的对象的属性值的值。

返回

表示新视图字段的 ViewField 对象。

适用于