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("CEA74894-2996-4755-BD85-59E2070EEA1F")> _
Public Interface VCXMLDataGeneratorTool
[GuidAttribute("CEA74894-2996-4755-BD85-59E2070EEA1F")]
public interface VCXMLDataGeneratorTool
[GuidAttribute(L"CEA74894-2996-4755-BD85-59E2070EEA1F")]
public interface class VCXMLDataGeneratorTool
[<GuidAttribute("CEA74894-2996-4755-BD85-59E2070EEA1F")>]
type VCXMLDataGeneratorTool = interface end
public interface VCXMLDataGeneratorTool
The VCXMLDataGeneratorTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. | |
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
Namespace | Sets or gets the namespace for the XML data generator tool. | |
Output | Gets or sets the output 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. | |
VCProjectEngine | Gets a pointer to the project engine. |
Top
Methods
Name | Description | |
---|---|---|
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.