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

'Deklarace
<GuidAttribute("FA0F8ACE-B3BD-436F-A3C8-0E222B89B3D6")> _
Public Interface VCXDCMakeTool
[GuidAttribute("FA0F8ACE-B3BD-436F-A3C8-0E222B89B3D6")]
public interface VCXDCMakeTool
[GuidAttribute(L"FA0F8ACE-B3BD-436F-A3C8-0E222B89B3D6")]
public interface class VCXDCMakeTool
[<GuidAttribute("FA0F8ACE-B3BD-436F-A3C8-0E222B89B3D6")>]
type VCXDCMakeTool =  interface end
public interface VCXDCMakeTool

The VCXDCMakeTool type exposes the following members.

Properties

  Name Description
Public property AdditionalDocumentFiles Sets or gets additional doc files to be added.
Public property 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.
Public property DocumentLibraryDependencies Sets or gets whether to include docs from dependent libraries.
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property OutputDocumentFile Sets or gets the output document file name.
Public property SuppressStartupBanner Gets or sets a value indicating whether to suppress the display of the startup banner and information messages.
Public property ToolKind Gets the name of the kind of tool this is.
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property UseUnicodeResponseFiles Sets or gets whether the docs should use unicode.
Public property ValidateIntelliSense Sets or gets whether to validate the doc format for use with IntelliSense.
Public property VCProjectEngine Gets a pointer to the project engine.

Top

Methods

  Name Description
Public method get_PropertyOption Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace