_Global.Templates Property
Returns a Templates collection that represents all the available templates — global templates as well as those attached to open documents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Templates As Templates
Get
'Usage
Dim instance As _Global
Dim value As Templates
value = instance.Templates
Templates Templates { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Templates