Retrieves the XML string representation of all descendent setting overrides. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As String
Dim answerFileComponentSetting1 As AnswerFileComponentSetting
returnValue = answerFileComponentSetting1.GetXml()

Syntax

Visual Basic
Public Function GetXml() As String
C#
public string GetXml();
C++
public:
String^ GetXml();
J#
public System.String GetXml();
JScript
public function GetXml() : String;

Return Value

The XML string that contains the component settings for the specified configuration pass.

Remarks

This method is primarily used by the Image Manager user interface and is documented for reference purposes only.


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