Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts from an XML data provider to an XML string. This method throws a NotSupportedException.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
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
)
protected:
virtual String^ ConvertBack(
XmlDataProvider^ xmlDataProvider,
Object^ parameter,
CultureInfo^ culture
) override
abstract ConvertBack :
xmlDataProvider:XmlDataProvider *
parameter:Object *
culture:CultureInfo -> string
override ConvertBack :
xmlDataProvider:XmlDataProvider *
parameter:Object *
culture:CultureInfo -> string
protected override function ConvertBack(
xmlDataProvider : XmlDataProvider,
parameter : Object,
culture : CultureInfo
) : String
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.