VCManifestTool.AdditionalManifestFiles Property

Definition

Sets or gets a list of additional manifest fragments.

public:
 property System::String ^ AdditionalManifestFiles { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ AdditionalManifestFiles { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(14)]
public string AdditionalManifestFiles { [System.Runtime.InteropServices.DispId(14)] get; [System.Runtime.InteropServices.DispId(14)] set; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
[<set: System.Runtime.InteropServices.DispId(14)>]
member this.AdditionalManifestFiles : string with get, set
Public Property AdditionalManifestFiles As String

Property Value

A list of manifest files to be combined.

Attributes

Applies to