Sources 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 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 。 |