Represents the argument for XML-merging confirmation prompts. When you merge XML files, the content may overwrite the existing setting overrides. In this situation, the answer file triggers an event asking for confirmation to overwrite. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim mergeXmlEventArgs1 As MergeXmlEventArgs

Syntax

Visual Basic
Public Class MergeXmlEventArgs
		Inherits EventArgs
C#
public class MergeXmlEventArgs : EventArgs
C++
public ref class MergeXmlEventArgs : EventArgs
J#
public class MergeXmlEventArgs extends EventArgs
JScript
public class MergeXmlEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.ComponentStudio.ComponentPlatformInterface.MergeXmlEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also