__VSPSEPROPID 枚举

提供属性为 打开与 对话框的项目特定版本的信息。

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

语法

声明
Public Enumeration __VSPSEPROPID
public enum __VSPSEPROPID

成员

成员名称 说明
VSPSEPROPID_NIL 零;-1
VSPSEPROPID_LAST 这必须是作为第一个属性定义的相同。
VSPSEPROPID_UseGlobalEditorByDefault BOOL.可选。如果设置此属性,则项 project default editor 添加到 OpenWith 对话框。默认情况下,如果全局编辑器然后使用 true。默认情况下,如果一个项目特定版本的然后使用 false。该项应保持在每用户/每个设备/每个文件类型 (文件扩展名) 基类型是否全局标准编辑或应将个项目特定版本。因此,在打开时,该项是否然后使用此信息了解调用 OpenStandardEditorOpenSpecificEditor 项目项。
VSPSEPROPID_ProjectDefaultEditorName BSTR.可选。该项可能返回一个名称编辑器 (将使用而不是 “项目默认编辑器”。
VSPSEPROPID_FIRST 指示第一 __VSPSEPROPID。

备注

COM 签名

从 vsshell.idl:

enum __VSPSEPROPID
{
    VSPSEPROPID_NIL                    = -1,
    VSPSEPROPID_LAST                       = -5100,
    VSPSEPROPID_UseGlobalEditorByDefault = -5100,
    VSPSEPROPID_ProjectDefaultEditorName = -5101,
    VSPSEPROPID_FIRST                      = -5101,
};
typedef LONG VSPSEPROPID;

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间