VCManifestTool.AdditionalManifestFiles Property
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.
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
A list of manifest files to be combined.
- Attributes