Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'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.XmlDataProviderThe XML data provider
parameter
Type: System.ObjectThe conversion parameter.
culture
Type: System.Globalization.CultureInfoThe 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.