CustomXmlPart Class
Contents
[
Hide
]CustomXmlPart class
Represents a Custom XML Data Storage Part (custom XML data within a package).
type CustomXmlPart struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetData | Gets or sets the XML content of this Custom XML Data Storage Part. |
| SetData | Gets or sets the XML content of this Custom XML Data Storage Part. |
| GetSchemaData | Gets or sets the XML content of this Custom XML Schema Data Storage Part. |
| SetSchemaData | Gets or sets the XML content of this Custom XML Schema Data Storage Part. |
| GetID | Gets and sets the id of the custom xml part. |
| SetID | Gets and sets the id of the custom xml part. |