Template Interface

Represents a Visual Studio template available in the current instance of the integrated development environment (IDE).

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
<GuidAttribute("76A0263C-083C-49F1-B312-9DB360FCC9F1")> _
Public Interface Template
[GuidAttribute("76A0263C-083C-49F1-B312-9DB360FCC9F1")]
public interface Template
[GuidAttribute(L"76A0263C-083C-49F1-B312-9DB360FCC9F1")]
public interface class Template
[<GuidAttribute("76A0263C-083C-49F1-B312-9DB360FCC9F1")>]
type Template =  interface end
public interface Template

The Template type exposes the following members.

Properties

  Name Description
Public property BaseName Gets the root name of the template.
Public property CustomData Gets any metadata associated with the template.
Public property CustomDataSignature Gets the signature for any metadata associated with the template.
Public property Description Gets the description for the template.
Public property FilePath Gets the filename and path to the template file.
Public property ID Gets the ID for the template.
Public property Name Gets the friendly name for the template.

Top

See Also

Reference

EnvDTE90 Namespace