Source 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 an individual source, such as a book, journal article, or interview.
public interface class Source
[System.Runtime.InteropServices.Guid("4A6AE865-199D-4EA3-9F6B-125BD9C40EDF")]
public interface Source
type Source = interface
Public Interface Source
- Attributes
Remarks
For more information, see Working with Bibliographies
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Cited |
Returns a Boolean that represents whether a source has been cited in a document. Read-only. |
Creator |
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Integer. |
Field[String] |
Returns a String that represents the value of a field in a bibliography source. Read-only. |
Parent |
Returns an Object that represents the parent object of the specified Source object. |
Tag |
Returns a String that represents an internal identifying label for a source. Read-only. |
XML |
Returns a String that represents the XML markup for a Source object. Read-only. |
Methods
Delete() |
Deletes the specified source. |