StringToXmlDataProviderConverter Class

 

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

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<TSource, TTarget>
    Microsoft.VisualStudio.PlatformUI.StringToXmlDataProviderConverter

public class StringToXmlDataProviderConverter : ValueConverter<string, XmlDataProvider>

NameDescription
System_CAPS_pubmethodStringToXmlDataProviderConverter()

Initializes a new instance of StringToXmlDataProviderConverter.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: