CustomXMLPrefixMappings インターフェイス

定義

オブジェクトの CustomXMLPrefixMapping コレクションを表します。

public interface class CustomXMLPrefixMappings : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB00-0000-0000-C000-000000000046")]
public interface CustomXMLPrefixMappings : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB00-0000-0000-C000-000000000046")>]
type CustomXMLPrefixMappings = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface CustomXMLPrefixMappings
Implements _IMsoDispObj, IEnumerable
属性
実装

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを CustomXMLPrefixMappings 取得します。 読み取り専用です。

Count

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

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を CustomXMLPrefixMappings 取得します。 読み取り専用です。

Item[Object]

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

Parent

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

メソッド

AddNamespace(String, String)

アイテムのクエリを実行するときに使用する、名前空間とプレフィックスのユーザー設定のマッピングを追加します。

GetEnumerator()

オブジェクトの CustomXMLPrefixMapping コレクションを表します。

LookupNamespace(String)

指定したプレフィックスに対応する名前空間を取得します。

LookupPrefix(String)

指定した名前空間に対応するプレフィックスを取得します。

適用対象