次の方法で共有


Sources インターフェイス

定義

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

public interface class Sources : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA02A26B-6550-45C5-B6F0-80E757CD3482")]
public interface Sources : System.Collections.IEnumerable
type Sources = interface
    interface IEnumerable
Public Interface Sources
Implements IEnumerable
属性
実装

注釈

詳細については、WorkingwithBibliographies#SameCHMを参照してください。

プロパティ

Application

_Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Count

ソース コレクション内の項目数を返します。 読み取り専用の Integer です。

Creator

アドインが作成されたアプリケーションを示す 32 ビット整数を返します。 読み取り専用の Integer です。

Item[Int32]

オブジェクトを返す Source

Parent

指定した ソース オブジェクトの親オブジェクトを表す オブジェクト を返します。

メソッド

Add(String)

[資料文献の管理] ダイアログ ボックスに一覧になっているソースに新しいソースを追加します。

GetEnumerator()

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

適用対象