Share via


UnregisterAssembly.AssemblyListFile Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets information about the state between the RegisterAssembly task and the UnregisterAssembly task that the UnregisterAssembly task uses to avoid unregistering an assembly that failed to register in the RegisterAssembly task.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property AssemblyListFile As ITaskItem
public ITaskItem AssemblyListFile { get; set; }
public:
property ITaskItem^ AssemblyListFile {
    ITaskItem^ get ();
    void set (ITaskItem^ value);
}
member AssemblyListFile : ITaskItem with get, set
function get AssemblyListFile () : ITaskItem 
function set AssemblyListFile (value : ITaskItem)

Property Value

Type: Microsoft.Build.Framework.ITaskItem
Information about the state between the RegisterAssembly task and the UnregisterAssembly task.

Remarks

If this property is specified, the Assemblies and TypeLibFiles properties are ignored.

.NET Framework Security

See Also

Reference

UnregisterAssembly Class

Microsoft.Build.Tasks Namespace