EmbedTypeLibrary.Assembly Property
Gets or sets the assembly from which to extract the type library.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property Assembly As ITaskItem
[RequiredAttribute]
public ITaskItem Assembly { get; set; }
Property Value
Type: Microsoft.Build.Framework.ITaskItem
An ITaskItem that represents the assembly from which to extract the type library.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.