📄 outlookbargroupsclass.cs
字号:
namespace Microsoft.Office.Interop.Outlook
{
using System;
using System.Collections;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[ComImport, ClassInterface((short) 0), ComSourceInterfaces("Microsoft.Office.Interop.Outlook.OutlookBarGroupsEvents\0"), Guid("00063056-0000-0000-C000-000000000046")]
public class OutlookBarGroupsClass : _OutlookBarGroups, OutlookBarGroups, OutlookBarGroupsEvents_Event, IEnumerable
{
public event OutlookBarGroupsEvents_BeforeGroupAddEventHandler BeforeGroupAdd;
public event OutlookBarGroupsEvents_BeforeGroupRemoveEventHandler BeforeGroupRemove;
public event OutlookBarGroupsEvents_GroupAddEventHandler GroupAdd;
[return: MarshalAs(UnmanagedType.Interface)]
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x5f)]
public virtual extern OutlookBarGroup Add([In, MarshalAs(UnmanagedType.BStr)] string Name, [In, Optional, MarshalAs(UnmanagedType.Struct)] object Index);
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0x54)]
public virtual extern void Remove([In, MarshalAs(UnmanagedType.Struct)] object Index);
[DispId(0xf000)]
public virtual Microsoft.Office.Interop.Outlook.Application Application { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf000)] get; }
[DispId(0xf00a)]
public virtual OlObjectClass Class { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00a)] get; }
[DispId(80)]
public virtual int Count { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(80)] get; }
[DispId(0)]
public virtual OutlookBarGroup this[object Index] { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0)] get; }
[DispId(0xf000)]
public virtual Microsoft.Office.Interop.Outlook.Application Microsoft.Office.Interop.Outlook._OutlookBarGroups.Application { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf000)] get; }
[DispId(0xf00a)]
public virtual OlObjectClass Microsoft.Office.Interop.Outlook._OutlookBarGroups.Class { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00a)] get; }
[DispId(80)]
public virtual int Microsoft.Office.Interop.Outlook._OutlookBarGroups.Count { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(80)] get; }
[DispId(0)]
public virtual OutlookBarGroup this[object Index] { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0)] get; }
[DispId(0xf001)]
public virtual object Microsoft.Office.Interop.Outlook._OutlookBarGroups.Parent { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf001)] get; }
[DispId(0xf00b)]
public virtual NameSpace Microsoft.Office.Interop.Outlook._OutlookBarGroups.Session { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00b)] get; }
[DispId(0xf001)]
public virtual object Parent { [return: MarshalAs(UnmanagedType.IDispatch)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf001)] get; }
[DispId(0xf00b)]
public virtual NameSpace Session { [return: MarshalAs(UnmanagedType.Interface)] [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType=MethodCodeType.Runtime), DispId(0xf00b)] get; }
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -