EmbedTypeLibrary.TypeLibFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type library name that is extracted from the Assembly.
public:
property Microsoft::Build::Framework::ITaskItem ^ TypeLibFile { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem TypeLibFile { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.TypeLibFile : Microsoft.Build.Framework.ITaskItem with get, set
Public Property TypeLibFile As ITaskItem
Property Value
An ITaskItem that represents the DLL file.
- Attributes
Remarks
If the type library name is not provided, the task creates the file by using the assembly's name with the extension .tlb.