File: Microsoft\Office\MsoComponentIds.cs | Web Access |
Project: src\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj (System.Windows.Forms.Primitives) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Office; internal static partial class MsoComponentIds { public const string IID_IMsoComponent = "000C0600-0000-0000-C000-000000000046"; public const string IID_IMsoComponentManager = "000C0601-0000-0000-C000-000000000046"; public const string SID_SMsoComponentManager = "000C060B-0000-0000-C000-000000000046"; } |