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
)
参数
- file
类型:System.String
项目文件。
返回值
类型:System.String
当实现由派生类,包含项类型 GUID 的分号分隔的字符串在项目文件。
备注
默认情况下此方法将引发 NotImplementedException。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。