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