__VSHPROPID4 枚举

将成员添加到定义 Visual Studio 环境的各个方面的属性标识符的 __VSHPROPID 枚举。

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

语法

声明
Public Enumeration __VSHPROPID4
public enum __VSHPROPID4

成员

成员名称 说明
VSHPROPID_TargetFrameworkMoniker VT_BSTR.目标框架标记的即布局是 <Identifier>,Version=<ver>,Profile=<value>,。.NETFramework, Version=v3.5, Profile=Client。
VSHPROPID_ExternalItem BOOL.此项目是外部的解决方案。
VSHPROPID_SupportsAspNetIntegration BOOL.,如果 web 项目支持所使用供 Silverlight,将此属性设置为在项目层次结构的 true 。
VSHPROPID_DesignTimeDependencies BSTR.分号分隔的要求列表中支持设计时功能 (IntelliSense、窗体设计器等)。如果此属性不实现,将使用 VSHPROPID_BuildDependencies 。
VSHPROPID_BuildDependencies BSTR.分号分隔的要求列表中生成此项目。如果此属性不实现,将使用 EnumDependencies
VSHPROPID_BuildAction BSTR.项目的生成事件。
VSHPROPID_DescriptiveName BSTR.项目的一个更具声明性的名称。用于替换运行文档表标记文档窗口、工具提示,或者 UI 的其他部分。
VSHPROPID_AlwaysBuildOnDebugLaunch
VSHPROPID_FIRST4 第一个 ID.

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间