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

13 lines
261 B
C#
Raw Normal View History

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[Guid("000209A8-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface InlineShape
{
}