VCXDCMakeTool Interface
Interface to control the creation of XML doc files.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("AFBCF30E-711E-4114-BA33-5AD17F1D430C")> _
Public Interface VCXDCMakeTool
[GuidAttribute("AFBCF30E-711E-4114-BA33-5AD17F1D430C")]
public interface VCXDCMakeTool
[GuidAttribute(L"AFBCF30E-711E-4114-BA33-5AD17F1D430C")]
public interface class VCXDCMakeTool
[<GuidAttribute("AFBCF30E-711E-4114-BA33-5AD17F1D430C")>]
type VCXDCMakeTool = interface end
public interface VCXDCMakeTool
The VCXDCMakeTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
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 | Infrastructure. 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. |
Top
Methods
Name | Description | |
---|---|---|
get_PropertyOption | Infrastructure. Microsoft Internal Use Only. |
Top