Template 接口

定义

表示 (IDE) 的集成开发环境的当前实例中可用的 Visual Studio 模板。

public interface class Template
public interface class Template
__interface Template
[System.Runtime.InteropServices.Guid("76A0263C-083C-49F1-B312-9DB360FCC9F1")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Template
[<System.Runtime.InteropServices.Guid("76A0263C-083C-49F1-B312-9DB360FCC9F1")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Template = interface
Public Interface Template
属性

属性

BaseName

获取模板的根名称。

CustomData

获取与模板关联的任何元数据。

CustomDataSignature

获取与模板关联的任何元数据的签名。

Description

获取模板的说明。

FilePath

获取模板文件的文件名和路径。

ID

获取模板的 ID。

Name

获取模板的友好名称。

适用于