|
#region Assembly Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.Build.Tasks.v4.0.dll
#endregion
using System.Runtime.InteropServices;
namespace Microsoft.Build.Tasks
{
[Guid("00020406-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
internal interface UCOMICreateITypeLib
{
void CreateTypeInfo();
void SaveAllChanges();
void SetDocString();
void SetGuid();
void SetHelpContext();
void SetHelpFileName();
void SetLcid();
void SetLibFlags();
void SetName();
void SetVersion();
}
} |