StringToXmlDataProviderConverter Class

Definition

Microsoft internal use only. Converts an XML string to an XmlDataProvider.

public ref class StringToXmlDataProviderConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::String ^, System::Windows::Data::XmlDataProvider ^>
[Windows::Foundation::Metadata::WebHostHidden]
class StringToXmlDataProviderConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<std::wstring, System::Windows::Data::XmlDataProvider const &>
public class StringToXmlDataProviderConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<string,System.Windows.Data.XmlDataProvider>
type StringToXmlDataProviderConverter = class
    inherit ValueConverter<string, XmlDataProvider>
Public Class StringToXmlDataProviderConverter
Inherits ValueConverter(Of String, XmlDataProvider)
Inheritance
StringToXmlDataProviderConverter

Constructors

StringToXmlDataProviderConverter()

Initializes a new instance of StringToXmlDataProviderConverter.

Methods

Convert(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
Convert(String, Object, CultureInfo)

Converts an XML string to an XmlDataProvider.

Convert(TSource, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(TTarget, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(XmlDataProvider, Object, CultureInfo)

Converts from an XML data provider to an XML string. This method throws a NotSupportedException.

Applies to