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 | |
---|---|---|
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. |
Top