EmbedTypeLibrary.Execute Method

Extracts a type library from an Office customization assembly into a file, and embeds that file as an unmanaged resource into an assembly.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
Public Overrides Function Execute As Boolean
public override bool Execute()

Return Value

Type: System.Boolean
true if the type library has been embedded into an assembly; otherwise, false. The default is false.

Implements

ITask.Execute()

.NET Framework Security

See Also

Reference

EmbedTypeLibrary Class

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace