StringToXmlDataProviderConverter Class
Microsoft internal use only. Converts an XML string to an XmlDataProvider.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.PlatformUI::ValueConverter<TSource, TTarget>
Microsoft.VisualStudio.PlatformUI::StringToXmlDataProviderConverter
| Name | Description | |
|---|---|---|
![]() | StringToXmlDataProviderConverter() | Initializes a new instance of StringToXmlDataProviderConverter. |
| Name | Description | |
|---|---|---|
![]() | 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.(Overrides ValueConverter<TSource, TTarget>::Convert(TSource, Object^, CultureInfo^).) |
![]() | ConvertBack(Object^, Type^, 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.(Overrides ValueConverter<TSource, TTarget>::ConvertBack(TTarget, Object^, CultureInfo^).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

