Files

14 lines
329 B
C#
Raw Permalink Normal View History

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[CoClass(typeof(object))]
[Guid("00020970-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface Application : _Application, ApplicationEvents4_Event
{
}