Share via


CustomXMLSchemaCollection インターフェイス

定義

public interface class CustomXMLSchemaCollection : Microsoft::Office::Core::_CustomXMLSchemaCollection
[System.Runtime.InteropServices.Guid("000CDB02-0000-0000-C000-000000000046")]
public interface CustomXMLSchemaCollection : Microsoft.Office.Core._CustomXMLSchemaCollection
[<System.Runtime.InteropServices.Guid("000CDB02-0000-0000-C000-000000000046")>]
type CustomXMLSchemaCollection = interface
    interface _CustomXMLSchemaCollection
Public Interface CustomXMLSchemaCollection
Implements _CustomXMLSchemaCollection
派生
属性
実装

プロパティ

Application (継承元 _IMsoDispObj)
Count

コレクション内の項目の数を _CustomXMLSchemaCollection 取得します。 読み取り専用です。

(継承元 _CustomXMLSchemaCollection)
Creator (継承元 _IMsoDispObj)
Item[Object]

コレクションからオブジェクトをCustomXMLSchema_CustomXMLSchemaCollection取得します。 読み取り専用です。

(継承元 _CustomXMLSchemaCollection)
NamespaceURI[Int32]

オブジェクトの名前空間の一意のアドレス識別子を _CustomXMLSchemaCollection 取得します。 読み取り専用です。

(継承元 _CustomXMLSchemaCollection)
Parent

オブジェクトの親オブジェクトを _CustomXMLSchemaCollection 取得します。 読み取り専用です。

(継承元 _CustomXMLSchemaCollection)

メソッド

Add(String, String, String, Boolean)

スキーマ コレクションに 1 つ以上のスキーマを追加します。それらは、データ ストアのストリームおよびスキーマ ライブラリに格納できます。

(継承元 _CustomXMLSchemaCollection)
AddCollection(CustomXMLSchemaCollection) (継承元 _CustomXMLSchemaCollection)
GetEnumerator() (継承元 _CustomXMLSchemaCollection)
Validate()

スキーマ コレクション内のスキーマが有効かどうか (XML の構文上のルールおよび XML を構成するための標準である特定のボキャブラリのルールに従っているかどうか) を調べます。

(継承元 _CustomXMLSchemaCollection)

適用対象