StringToXmlDataProviderConverter::ConvertBack Method (XmlDataProvider^, Object^, CultureInfo^)

 

Converts from an XML data provider to an XML string. This method throws a NotSupportedException.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual String^ ConvertBack(
	XmlDataProvider^ xmlDataProvider,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

xmlDataProvider
Type: System.Windows.Data::XmlDataProvider^

The XML data provider

parameter
Type: System::Object^

The conversion parameter.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: System::String^

This method throws a NotSupportedException.

Return to top
Show: