EmbedTypeLibrary.Assembly Property (2007 System)
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
'Usage
Dim instance As EmbedTypeLibrary
Dim value As ITaskItem
value = instance.Assembly
instance.Assembly = value
[RequiredAttribute]
public ITaskItem Assembly { get; set; }
[RequiredAttribute]
public:
property ITaskItem^ Assembly {
ITaskItem^ get ();
void set (ITaskItem^ value);
}
public function get Assembly () : ITaskItem
public function set Assembly (value : ITaskItem)
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.