_ViewFields.Insert(String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新 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 对象。