Bibliography.Sources Property
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.
Returns a Sources collection that represents all the sources contained in a bibliography. Read-only.
public:
property Microsoft::Office::Interop::Word::Sources ^ Sources { Microsoft::Office::Interop::Word::Sources ^ get(); };
public Microsoft.Office.Interop.Word.Sources Sources { get; }
member this.Sources : Microsoft.Office.Interop.Word.Sources
Public ReadOnly Property Sources As Sources