_Application.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 _Application
Dim value As Templates

value = instance.Templates
Templates Templates { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Templates

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace