_Global.Documents 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 Documents collection that represents all the open documents.
public:
property Microsoft::Office::Interop::Word::Documents ^ Documents { Microsoft::Office::Interop::Word::Documents ^ get(); };
public Microsoft.Office.Interop.Word.Documents Documents { get; }
member this.Documents : Microsoft.Office.Interop.Word.Documents
Public ReadOnly Property Documents As Documents