VCXDCMakeTool.AdditionalDocumentFiles Property
Definition
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 additional doc files to be added.
public:
property System::String ^ AdditionalDocumentFiles { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ AdditionalDocumentFiles { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(5)]
public string AdditionalDocumentFiles { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.AdditionalDocumentFiles : string with get, set
Public Property AdditionalDocumentFiles As String
Property Value
String containing additional doc files tobe added to the XML file.
- Attributes