VCXMLDataGeneratorTool Interface

Represents the XML data generator. Used to generate Visual C++ code from XML.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("B7726B7C-1A40-4181-8225-583970B82372")> _
Public Interface VCXMLDataGeneratorTool
[GuidAttribute("B7726B7C-1A40-4181-8225-583970B82372")]
public interface VCXMLDataGeneratorTool
[GuidAttribute(L"B7726B7C-1A40-4181-8225-583970B82372")]
public interface class VCXMLDataGeneratorTool
[<GuidAttribute("B7726B7C-1A40-4181-8225-583970B82372")>]
type VCXMLDataGeneratorTool =  interface end
public interface VCXMLDataGeneratorTool

The VCXMLDataGeneratorTool type exposes the following members.

Properties

  Name Description
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 ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property Namespace Sets or gets the namespace for the XML data generator tool.
Public property Output Gets or sets the output 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 VCProjectEngine Gets a pointer to the project engine.

Top

Methods

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

Top

Remarks

See Working with Project Properties for information about accessing a project's Property Pages dialog box.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace