FlavoredProjectFactoryBase.ProjectTypeGuids 方法

从项目文件将收到项类型 GUID。

命名空间:  Microsoft.VisualStudio.Shell.Flavor
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected Overridable Function ProjectTypeGuids ( _
    file As String _
) As String
protected virtual string ProjectTypeGuids(
    string file
)

参数

返回值

类型:System.String
当实现由派生类,包含项类型 GUID 的分号分隔的字符串在项目文件。

备注

默认情况下此方法将引发 NotImplementedException

.NET Framework 安全性

请参见

参考

FlavoredProjectFactoryBase 类

Microsoft.VisualStudio.Shell.Flavor 命名空间