Template Interface
Visual Studio 2015
Represents a Visual Studio template available in the current instance of the integrated development environment (IDE).
Assembly: EnvDTE90 (in EnvDTE90.dll)
| Name | Description | |
|---|---|---|
![]() | BaseName | Gets the root name of the template. |
![]() | CustomData | Gets any metadata associated with the template. |
![]() | CustomDataSignature | Gets the signature for any metadata associated with the template. |
![]() | Description | Gets the description for the template. |
![]() | FilePath | Gets the filename and path to the template file. |
![]() | ID | Gets the ID for the template. |
![]() | Name | Gets the friendly name for the template. |
Show:
