Sources Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of Source objects.
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
- Attributes
- Implements
Remarks
For more information, see WorkingwithBibliographies#SameCHM.
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the Sources collection. Read-only Integer. |
Creator |
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Integer. |
Item[Int32] |
An expression that returns a Source object |
Parent |
Returns an Object that represents the parent object of the specified Sources object. |
Methods
Add(String) |
Add a new source to the sources listed in the Source Manager dialog box. |
GetEnumerator() |