表示集成开发环境 (IDE) 的当前实例中可用的 Visual Studio 模板。
命名空间:  EnvDTE90
程序集:  EnvDTE90(在 EnvDTE90.dll 中)
语法
声明
<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
Template 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | BaseName | 获取模板的根名称。 | 
| .gif) | CustomData | 获取与模板关联的任何元数据。 | 
| .gif) | CustomDataSignature | 获取与模板关联的任何元数据的签名。 | 
| .gif) | Description | 获取模板的说明。 | 
| .gif) | FilePath | 获取模板文件的文件名和路径。 | 
| .gif) | ID | 获取模板的 ID。 | 
| .gif) | Name | 获取模板的友好名称。 | 
页首