Gets the XML.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
public void GetXml(
	Object type,
	out string xmlData
)
Visual Basic (Declaration)
Public Sub GetXml ( _
	type As Object, _
	<OutAttribute> ByRef xmlData As String _
)
Visual C++
public:
virtual void GetXml(
	Object^ type, 
	[OutAttribute] String^% xmlData
) sealed

Parameters

type
Type: System..::.Object
Type.
xmlData
Type: System..::.String %
XML data.

Implements

ISimpleEditor..::.GetXml(Object, String%)

Remarks

This function returns an XML representation of the asset being edited.

See Also