InternalXmlHelper Class
Provides properties and methods that support Visual Basic XML literals. This class is not intended to be used directly from your code.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AttributeValue[IEnumerable<XElement^>^, XName^] | Gets or sets the value of an XML attribute. This property is not intended to be used from your code. |
![]() ![]() | AttributeValue[XElement^, XName^] | Gets or sets the value of an XML attribute. This property is not intended to be used from your code. |
![]() ![]() | Value[IEnumerable<XElement^>^] | Gets or sets the value of an XML element. This property is not intended to be used from your code. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateAttribute(XName^, Object^) | Creates an XML attribute that has the supplied name and value. This method is not intended to be used from your code. |
![]() ![]() | CreateNamespaceAttribute(XName^, XNamespace^) | Creates an XML attribute that has the supplied name and namespace value. This method is not intended to be used from your code. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | RemoveNamespaceAttributes(array<String^>^, array<XNamespace^>^, List<XAttribute^>^, IEnumerable^) | Removes XML namespace attributes from an XML element. This method is not intended to be used from your code. |
![]() ![]() | RemoveNamespaceAttributes(array<String^>^, array<XNamespace^>^, List<XAttribute^>^, Object^) | Removes XML namespace attributes from an XML element. This method is not intended to be used from your code. |
![]() ![]() | RemoveNamespaceAttributes(array<String^>^, array<XNamespace^>^, List<XAttribute^>^, XElement^) | Removes XML namespace attributes from an XML element. This method is not intended to be used from your code. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


