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

适用于