VCXDCMakeTool Interface
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.
Interface to control the creation of XML doc files.
public interface class VCXDCMakeTool
public interface class VCXDCMakeTool
__interface VCXDCMakeTool
[System.Runtime.InteropServices.Guid("0F297231-6269-41E0-80E1-ED7C483F6560")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCXDCMakeTool
[<System.Runtime.InteropServices.Guid("0F297231-6269-41E0-80E1-ED7C483F6560")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCXDCMakeTool = interface
Public Interface VCXDCMakeTool
- Attributes
Properties
AdditionalDocumentFiles |
Sets or gets additional doc files to be added. |
AdditionalOptions |
Gets or sets options to add to the end of the command line immediately before the file name(s). An example is if an option is not supported in the object model. |
DocumentLibraryDependencies |
Sets or gets whether to include docs from dependent libraries. |
ExecutionBucket |
Microsoft Internal Use Only. |
OutputDocumentFile |
Sets or gets the output document file name. |
SuppressStartupBanner |
Gets or sets a value indicating whether to suppress the display of the startup banner and information messages. |
ToolKind |
Gets the name of the kind of tool this is. |
toolName |
Gets the name of the specified tool. |
ToolPath |
Gets the path to the specified tool. |
UseUnicodeResponseFiles |
Sets or gets whether the docs should use unicode. |
ValidateIntelliSense |
Sets or gets whether to validate the doc format for use with IntelliSense. |
VCProjectEngine |
Gets a pointer to the project engine. |
Methods
get_PropertyOption(String, Int32) |