UpdateManifest.OutputManifest Property

Definition

Gets or sets the manifest that contains updated properties.

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

public:
 property Microsoft::Build::Framework::ITaskItem ^ OutputManifest { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputManifest { get; set; }
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputManifest { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<Microsoft.Build.Framework.Output>]
member this.OutputManifest : Microsoft.Build.Framework.ITaskItem with get, set
[<Microsoft.Build.Framework.Output>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OutputManifest : Microsoft.Build.Framework.ITaskItem with get, set
Public Property OutputManifest As ITaskItem

Property Value

The manifest that contains updated properties.

Attributes

Applies to