InternalXmlHelper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供支援 Visual Basic XML 常值的屬性和方法。 這個類別並不適合直接從您的程式碼使用。
public ref class InternalXmlHelper sealed
public sealed class InternalXmlHelper
type InternalXmlHelper = class
Public NotInheritable Class InternalXmlHelper
- 繼承
-
InternalXmlHelper
屬性
AttributeValue[IEnumerable<XElement>, XName] |
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。 |
AttributeValue[XElement, XName] |
取得或設定 XML 屬性的值。 這個屬性並不適合從程式碼使用。 |
Value[IEnumerable<XElement>] |
取得或設定 XML 項目的值。 這個屬性並不適合從程式碼使用。 |
方法
CreateAttribute(XName, Object) |
建立具有所提供名稱和值的 XML 屬性。 這個方法並不適合從程式碼使用。 |
CreateNamespaceAttribute(XName, XNamespace) |
建立具有所提供名稱和命名空間值的 XML 屬性。 這個方法並不適合從程式碼使用。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, IEnumerable) |
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。 |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, Object) |
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。 |
RemoveNamespaceAttributes(String[], XNamespace[], List<XAttribute>, XElement) |
從 XML 項目移除 XML 命名空間屬性。 這個方法並不適合從程式碼使用。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |