CustomXMLSchema Interface

Definition

Represents a schema in a _CustomXMLSchemaCollection collection.

public interface class CustomXMLSchema : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CDB01-0000-0000-C000-000000000046")]
public interface CustomXMLSchema : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CDB01-0000-0000-C000-000000000046")>]
type CustomXMLSchema = interface
    interface _IMsoDispObj
Public Interface CustomXMLSchema
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the CustomXMLSchema object. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the CustomXMLSchema object was created. Read-only.

Location

Gets a String that represents the location of a schema on a computer. Read-only.

NamespaceURI

Gets the unique address identifier for the namespace of the CustomXMLSchema object. Read-only.

Parent

Gets the parent object for the CustomXMLSchema object. Read-only.

Methods

Delete()

Deletes the specified schema from the CustomXMLSchema collection.

Reload()

Reloads a schema from a file.

Applies to