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.12.0 (in Microsoft.VisualStudio.Shell.12.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: XmlDataProviderThe XML data provider
parameter
Type: ObjectThe conversion parameter.
culture
Type: CultureInfoThe culture.
Return Value
Type: 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.