Share via


EmbedTypeLibrary.TypeLibFile Property

Gets or sets the type library name that is extracted from the Assembly.

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

Syntax

'Declaration
<OutputAttribute> _
Public Property TypeLibFile As ITaskItem
[OutputAttribute]
public ITaskItem TypeLibFile { get; set; }

Property Value

Type: Microsoft.Build.Framework.ITaskItem
An ITaskItem that represents the DLL file.

Remarks

If the type library name is not provided, the task creates the file by using the assembly's name with the extension .tlb.

.NET Framework Security

See Also

Reference

EmbedTypeLibrary Class

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace