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
'宣言
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
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.