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