Share via


RegisterAssembly.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. This prevents the UnregisterAssembly task from attempting to unregister 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
The state information necessary for the UnregisterAssembly task to do proper clean-up.

.NET Framework Security

See Also

Reference

RegisterAssembly Class

Microsoft.Build.Tasks Namespace