using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Microsoft.Office.Interop.Word; [ComImport] [CompilerGenerated] [Guid("000209B7-0000-0000-C000-000000000046")] [TypeIdentifier] public interface Options { void _VtblGap1_76(); [DispId(66)] bool Overtype { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] [DispId(66)] get; [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] [DispId(66)] [param: In] set; } }