Files
fl-knowledge/Microsoft.Office.Interop.Word/Document.cs
T

14 lines
320 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[Guid("0002096B-0000-0000-C000-000000000046")]
[CoClass(typeof(object))]
[TypeIdentifier]
public interface Document : _Document, DocumentEvents2_Event
{
}