Compartir a través de


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaración
Protected Overrides Function ConvertBack ( _
    xmlDataProvider As XmlDataProvider, _
    parameter As Object, _
    culture As CultureInfo _
) As String
protected override string ConvertBack(
    XmlDataProvider xmlDataProvider,
    Object parameter,
    CultureInfo culture
)

Parameters

Return Value

Type: System.String
This method throws a NotSupportedException.

.NET Framework Security

See Also

Reference

StringToXmlDataProviderConverter Class

ConvertBack Overload

Microsoft.VisualStudio.PlatformUI Namespace