FlavoredProjectFactory.IVsAggregatableProjectFactory.GetAggregateProjectType 方法

获取项类型 GUID 分号分隔的字符串。

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

语法

声明
Private Function GetAggregateProjectType ( _
    fileName As String, _
    <OutAttribute> ByRef projectTypeGuid As String _
) As Integer Implements IVsAggregatableProjectFactory.GetAggregateProjectType
int IVsAggregatableProjectFactory.GetAggregateProjectType(
    string fileName,
    out string projectTypeGuid
)

参数

  • projectTypeGuid
    类型:System.String%
    [out] 返回项目类型 GUID 分号分隔的字符串。

返回值

类型:System.Int32
S_OK .

实现

IVsAggregatableProjectFactory.GetAggregateProjectType(String, String%)

.NET Framework 安全性

请参见

参考

FlavoredProjectFactory 类

Microsoft.VisualStudio.Shell.Flavor 命名空间