VCXMLDataGeneratorTool 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.
Represents the XML data generator. Used to generate Visual C++ code from XML.
public interface class VCXMLDataGeneratorTool
public interface class VCXMLDataGeneratorTool
__interface VCXMLDataGeneratorTool
[System.Runtime.InteropServices.Guid("2758104B-D976-4367-8C49-A0718731DB19")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCXMLDataGeneratorTool
[<System.Runtime.InteropServices.Guid("2758104B-D976-4367-8C49-A0718731DB19")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCXMLDataGeneratorTool = interface
Public Interface VCXMLDataGeneratorTool
- Attributes
Remarks
See Working with Project Properties for information about accessing a project's Property Pages dialog box.
Properties
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 |
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. |
Methods
get_PropertyOption(String, Int32) |