_Application.Templates 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 Templates collection that represents all the available templates β global templates as well as those attached to open documents.
public:
property Microsoft::Office::Interop::Word::Templates ^ Templates { Microsoft::Office::Interop::Word::Templates ^ get(); };
public Microsoft.Office.Interop.Word.Templates Templates { get; }
member this.Templates : Microsoft.Office.Interop.Word.Templates
Public ReadOnly Property Templates As Templates